Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #658293

    I’d like to be able to make all links underlined so that all links are obvious without having to hover to see the underline.

    How can I do this?

    Thanks

    Derek

    #658554

    Hey Derek,

    Please try the following in Quick CSS under Enfold–>General Styling:

    a {
    text-decoration: underline !important;
    }

    Thanks,
    Rikard

    #658709

    Hi Rikard. Thank you. It works but it also underlines all my menu items, page titles and post titles. I only want to underline links in the page and post body text.

    Is there a way of doing this?

    Thanks

    Derek

    #658947

    Hi,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #658948

    Hi Rikard, discovered someone else wanted to do the same thing and had been given the following fix:

    .avia_textblock a {
    text-decoration: underline;
    }
    .entry-content a {
    text-decoration: underline;
    }

    This worked for me too!

    Regards

    Derek

    #658964

    Hey!

    We are happy you got it solved!
    Please feel free to let us know if you need anything else.

    Regards,
    Basilis

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