• Resolved suspicio

    (@suspicio)


    Hello,

    I’m using Showcase premium theme with Bold Page Builder.
    I’m trying to make the menu items NOT underlined when i’m in the current page they’re displaying, since i’m making a one-page website and using anchors instead of pages.
    So far i’ve tried this custom CSS but with no luck:

    .current-menu-item, .current-page-item {
    text-decoration: none !important;
    border-bottom: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    }
    
    .nav .current-menu-item > a, .nav .current-page-item > a, {
    text-decoration: none !important;
    border-bottom: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    }
    
    .nav .current-menu-item > a,
    .nav .current-menu-ancestor > a,
    .nav .current_page_item > a, .nav
    .current_page_ancestor > a,
    .nav .menu-item > a,
    .nav .menu-item-type-custom > a, .nav .menu-item-object-custom > a, .nav .current-menu-item > a, .nav .current_page_item > a, .nav .menu-item-1819 > a{
      text-decoration:none!important;
        border-bottom: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    }

    Can you please help me out? Thank you very much

    • This topic was modified 7 years, 1 month ago by suspicio.
    • This topic was modified 7 years, 1 month ago by suspicio.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make current menu item NOT underlined’ is closed to new replies.