How do I disable active menu items highlighted?

  • Posted in : Interioz
  • marcofama
    Participant

    hi,

    please see the screenshot below – is there any way to avoid those “black backgrounds” as they appear when you are on the active page?

    thanks

    marcofama
    Participant

    any hint please?

    serkan
    Moderator

    Hi,
    You can use these custom css codes;

    @media screen and (min-width: 992px) {
        .nav-menu li.current-menu-item > a .link-text:before {
            background-color: #ffffff !important;
            border-color: #ffffff !important; } }
    
    @media screen and (min-width: 992px) {
        .nav-menu > ul > li.current-menu-item > a {
            color: #000 !important; } }

    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register