• Hello! I would like to change the color of the green stripe of the top menu that shows which page I am on. The best to me it would be to make it white to make it invisible..

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

Viewing 1 replies (of 1 total)
  • Hey @whichtransfers ,

    Thank you for writing in,

    Could you please add this CSS code by going to Appearance > Customize > Additional CSS and check your site?

    .main-navigation .menu>ul>li.current_page_ancestor, .main-navigation .menu>ul>li.current_page_item, .main-navigation .menu>ul>li:hover, .main-navigation ul.menu>li.current-menu-ancestor, .main-navigation ul.menu>li.current-menu-item, .main-navigation ul.menu>li:hover, blockquote, .services-header h2, .slider-button:hover, .portfolio-button:hover, .call-to-action-button:hover, .read-btn a:hover, .single-page p a:hover, .single-page p a:hover, .read-btn a {
        border-top: none !important;
    }

    This should work.

    Regards,
    ThemeGrill Support Team

Viewing 1 replies (of 1 total)
  • The topic ‘Change the color of the top menu top stripe’ is closed to new replies.