Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1245736
    Chris Schwartze
    Participant

    Hey guys 🙂

    I currently use a workaround with the way text links are styled through out my site.

    So excluding:

    – Buttons
    – Main Menu
    – Footer menu

    a.pl {
    border-bottom: 1px #2DA0F3 dotted;
    }
    
    a.pl:hover {
      border: none;
      color: #2DA0F3;
    }

    This is how my code looks like, currently assigning links with a ‘pl’ class. I want to stay DRY, and I’m trying to find the right classes that X theme is using throughout the theme for text links.

    Hope this makes sense,
    Chris

    #1245804
    Thai
    Moderator

    Hi Chris,

    Please try with this CSS:

    .entry-content a {
    border-bottom: 1px #2DA0F3 dotted;
    }
    .entry-content a:hover {
      border: none;
      color: #2DA0F3;
    }

    Hope it helps 🙂

    #1249861
    Chris Schwartze
    Participant

    Thank you sir, worked like a charm.

    #1249909
    Thai
    Moderator

    If you need anything else please let us know.

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