Home › Forums › Gillion Theme › Blog post basic – h1 hover underline
Home › Forums › Gillion Theme › Blog post basic – h1 hover underline
Hi,
How to achieve blog posts basic h1 hover underline?
Best regards,
Jürgen
Hi Jürgen,
I hope you are well today and thank you for your question.
I am not sure exactly what you are referring to.
Could you please share me the screenshot of it and also page URL from your site where it is displaying so that I can help you to achieve it?
Best regards,
Shufflehound team
Solution for this topic
You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Additional CSS
.sh-blog-standard-posts h2:hover { text-decoration: underline; }
Does work. Thank you.
You are always welcome here 🙂
Sorry for coming back. But how to achieve the same at all Blog posts?
Best regards,
Jürgen
Please try using below custom CSS code to achieve it for all posts.
article h2:hover { text-decoration: underline; }
Great. Thank you.
Glad to help 🙂