Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #411852

    Hi there,

    Thanks for the support, you’re the best WordPress theme support forum on the market.

    I’ve a simple question, I hope to add underline to every anchor text in content (both pages and posts) before they are clicked / on-hover.

    I am not good a CSS, if I can have the solution here, I truly appreciate your help.

    #412447

    Hi asiabchk!

    Thank you for your kind words :)
    Can you please post the link to your website and point out the anchor texts?

    Best regards,
    Yigit

    #412761
    This reply has been marked as private.
    #413054

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #main a.iconbox_icon {
      text-decoration: none!important;
    }
    #main a {
      text-decoration: underline!important;
    }

    Cheers!
    Yigit

    #419069

    Hi!

    Thanks so much for help. It works.

    If the CSS modification can exclude the anchor text underline on “button”, it would be great.

    Thanks again for great support here.

    #419522

    Hey!

    Please add following code to Quick CSS

    #main a.avia-button {
      text-decoration: none!important;
    }

    Cheers!
    Yigit

    #476838

    It works perfectly, awesome support! Please close this post.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Anchor text – text declaration – underline’ is closed to new replies.