Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #442760

    My links are not underlined, but they show the underline do on hover.

    Is this default? How can I override this behavior for paragraph and headings?

    I would like my h2 heading tag show an underline if it is a hyperlink, so people know its clickable.

    Thanks in advance,
    Scott

    #443305

    Hi Scott!

    Yes, it is default behaviour. Please add following code to Quick CSS in Enfold theme options under General Styling tab

    h3>a, h2>a {
      text-decoration: underline!important;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field
    Also, please disable CSS minifying feature before applying the code.

    Regards,
    Yigit

    #443470

    It’s not working. Am I missing something?

    #443905

    Hi!

    Do you mind creating a temporary admin login and posting it here privately? Please post a screenshot and show the changes you would like to make so we can make sure that we are on the same page

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.