Hyperlink formatting

Home Forums Gillion Theme Hyperlink formatting

Home Forums Gillion Theme Hyperlink formatting

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    RESOLVED Posts
  • Antoinette
    Participant

    Hi! I would like hyperlinks in my blogs posts to be indicated by a line just like the example in the image I’ve attached. How do I get this done?

    • This topic was modified 4 years, 4 months ago by Antoinette.
    Attachments:
    You must be logged in to view attached files.

    Hi @Antoinette,

     

    I hope you are well today and thank you for your question.

     

    Could you please share the blog post page URL from your site where it is displaying so that I can help you to achieve it?

     

    Best regards,
    Shufflehound team

    Antoinette
    Participant

    The image I referenced is not from my website. I just want my website to show hyperlinks like the example I shared.

     

    My website currently shows hyperlinks as blue.

     

    Can that be achieved?

     

    Solution for this topic

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .single-post #content .post-content a {
        color: #616161;
        border-bottom: 2px solid #4687bf;
    }

    Antoinette
    Participant

    Thank you! Just to confirm – this css code will make a line appear under words to indicate that it’s a hyperlink?

    Thank you!

    You are most welcome here πŸ™‚

     

    Just to confirm – this css code will make a line appear under words to indicate that it’s a hyperlink?

    Yes, hyperlinks of blog posts.

    Antoinette
    Participant

    Awesome! This worked. Thanks!

    You are always welcome here πŸ™‚

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