Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #586580

    Hi,

    I picked up Yigit’s advice (thank-you!) in another thread to make special headings hyperlink manually. Below is the code from one link on my site and it works fine. However, it changes the typeface of the special heading to italics (rather than the straight style selected) with an underline. Is there a way to get the same result without the italics and underline, maybe with only a text colour change?

    Thanks,

    Deborah

    #587471

    Hey Deborah!

    It does work fine on my end and i could not check your website as authentication is required but please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    .av-special-heading-tag a {
        text-decoration: none!important;
        font-style: normal!important;
    }

    Cheers!
    Yigit

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