Blog post basic - h1 hover underline

Home Forums Gillion Theme Blog post basic – h1 hover underline

Home Forums Gillion Theme Blog post basic – h1 hover underline

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
  • js
    Participant

    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

    js
    Participant

    Thank you. It’s displaying here.

     

     

     

    Attachments:
    You must be logged in to view attached files.

    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;
    }

    js
    Participant

    Does work. Thank you.

    You are always welcome here 🙂

    js
    Participant

    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;
    }

    js
    Participant

    Great. Thank you.

    Glad to help 🙂

Viewing 10 posts - 1 through 10 (of 10 total)