Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1470431

    Hello!
    I want my links to be underlined only in text (not headers)
    Usuall css change does not change,
    !important makes headers to change to underline too.
    How could we change that?
    Yours faithfully,
    Igor

    #1470433

    Hey ibuzaev,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #main a:where(:not(.wp-element-button,.avia-button)) {
        text-decoration: underline;
    }

    Best regards,
    Mike

    #1470434

    SOLVED, thank you!

    • This reply was modified 3 weeks ago by ibuzaev.
    #1470438

    Thank you Mike

    • This reply was modified 3 weeks ago by ibuzaev.
    #1470464

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Underline’ is closed to new replies.