Support » Theme: Zerif Lite » Change default orange border on under active menu item

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Add the following custom CSS to customize-> Additional CSS

    ul.nav > li.current > a:before, .page ul.nav > li.current-menu-item > a:before, .single-post ul.nav > li.current-menu-item > a:before, .archive ul.nav > li.current-menu-item > a:before {
        background: #167ac6;
    }

    Hope it helps and let me know if you require any further assistance.

    This is great. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.