• Resolved madtraveler

    (@madtraveler)


    I can’t seem to find an option to make links in posts appear underlined or in a different color. Please help.

Viewing 6 replies - 1 through 6 (of 6 total)
  • hannah

    (@hannahritner)

    Hey, so you can change the color in your edit post page. Just make sure the toolbar toggle is selected. Also if you insert a hyperlink this will automatically turn your link blue. That can also be done in the edit post page.
    Not sure if that’s the answer you were looking for…

    Hannah

    Thread Starter madtraveler

    (@madtraveler)

    I guess I’m looking to set them up so ALL of them appear underlined all the time, automatically.

    Add this to your custom css box in the theme options > advanced settings:

    a {
    text-decoration: underline;
    }

    Kadence Themes

    Oh and for hover it will need it to so this css would be better:

    a, a:hover {
    text-decoration: underline;
    }
    Thread Starter madtraveler

    (@madtraveler)

    Thanks! And I added .entry-content to keep them only in the body text (it was underline linking even the site title)

    I’m having trouble with this too.
    Using

    a: link {
    text-decoration: underline;
    }

    works fine, except that it underlines the menu items & blog post titles.

    I tried adding in the .entry-content but clearly my alteration is not correct as we go back to no underlining at all.
    Tried both of these with no result..

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

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

    Any ideas what I’m doing wrong? Thanks.

    Really nice theme by the way. ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to underline links in Virtue’ is closed to new replies.