Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1346253
    allancaeg
    Participant

    Customizer -> Typography -> Site Links has a nice UI for changing the colors of the links, but I also want to add an underline.

    Given my current styling approach, I have maroon styled text that are NOT links and the users can confuse them.

    To address this issue, I want Site Links to be underlined, but:

    http://imgur.com/a/K0Eta

    Modifying the “a” class changes all links including the Header, Footer, and x-btns

    How do I underline just the Site Links in the ordinary body text?

    #1346286
    Paul R
    Moderator

    Hi,

    Thanks for writing in!

    You can add this under Custom > Edit Global CSS in the Customizer.

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

    Hope that helps.

    #1350675
    allancaeg
    Participant

    Exactly what I needed! Initially chose the wrong class, it’s apparently just entry content

    Thanks, @Paul R!

    #1350676
    Paul R
    Moderator

    You’re welcome! 🙂

  • <script> jQuery(function($){ $("#no-reply-1346253 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>