Need to style links, but not main menu links

Support Forums for LiveMesh Themes & Plugins Forums Peak Theme Support Need to style links, but not main menu links

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #18874
    pamelawarr
    Member

    I need to add styling to my “a” links, but not to the main menu. This css in child theme affects both:
    a, a:active, a:visited {
    font-weight: bold!important;
    text-decoration: underline!important;
    }
    My site is http://www.5thmarinesvietnammemorial.org.

    #18885
    Veena
    Moderator

    You can use the below custom CSS in themeoptions –

    .charity-links .charity-link a, #footer-bottom .menu-container ul li a, #side-menu ul.menu li a {
        font-weight: bold!important;
        text-decoration: underline!important;
    }
    .call-to-action div.zero-margin a {
        font-weight: bold!important;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Peak Theme Support’ is closed to new topics and replies.