Home Forums Basel support forum changed menu colors

changed menu colors

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #220998

    hello guys

    I don´t know what happened but, when I inserted a new option the menu´s color changed. In the comp aswell as the cellphone. Please see attached files.

    Best,

    Maria Clara

    Attachments:
    You must be logged in to view attached files.
    #221081

    Hello,

    By default the mobile menu is black. And active links are colored as per your settings in the Theme Settings > Prime color.

    If you want to change the background and color, add this code to the Theme Settings > Custom CSS > Global:

    body .mobile-nav {
        background-color: blue;
    }
    .color-scheme-dark ul li {
        background-color: blue;
    }
    body .mobile-nav ul li .up-icon{
    background-color: blue;
    }
    body .mobile-nav .sub-menu-dropdown ul:before {
        color: red;
    }
    body .mobile-nav ul li.current-menu-item>a {
        color: red;
    }
    body .mobile-nav ul li a {
            color: red;
    }
    body .mobile-nav .icon-sub-menu:after, 
    body .mobile-nav .icon-sub-menu:before {
        background-color: red;
    }
    body .mobile-nav .searchform button {
        color: red;
    }
    body .mobile-nav .searchform input[type=text] {
        color: red;
    }

    And set your colors.

    Best Regards

    #225325

    Hello I tried that code but still doesn´t work. Attached screen shot about the web problem. The home page menu appears in red and two items in black, and inside the web site all are in black. I need that in the home page too.

    thanks

    best regards

    Attachments:
    You must be logged in to view attached files.
    #225538

    Hello,

    Please check the colors set in the Theme Settings > Styles and colors

    Try to change the colors and check. The menu takes the colors from the Theme Settings.

    Best Regards

Tagged: 

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