Okay
  Public Ticket #2052091
Menu colors
Closed

Comments

  •  4
    luciazverkova started the conversation

    Hello, I have a problem with the menu.

    I would like to change the textcolor and the menu background color. I want it to be different on every page (according to content on pages). So my question is - how can I change these colors as I want, and not only have black or white or transparent background?

  •  1,559
    Laborator replied

    Hi there,

    Can you please share your site credentials here, because we need to login to your site and see this issue live. Your information is safe (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   luciazverkova replied privately
  •  4
    luciazverkova replied

    Or is there a possibility of manually changing the css? Not adding a custom css, but changing the existing css.

  •  1,559
    Laborator replied

    Hi there,

    In any page where you want to change it, go to the Parameters and Options and then select the Custom CSS and add this CSS to it:

    .main-header.menu-type-standard-menu .standard-menu-container div.menu>ul>li>a, .main-header.menu-type-standard-menu .standard-menu-container ul.menu>li>a {
        color: red !important;
    }
    .main-header.menu-type-standard-menu .standard-menu-container div.menu>ul>li>a:after, .main-header.menu-type-standard-menu .standard-menu-container ul.menu>li>a:after {
        background-color: red !important;
    }  

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  4
    luciazverkova replied

    It worked, thank you so much, Art.

  •  1,559
    Laborator replied

    Happy to hear that, I will set the ticket as solved from here.

    P.S: If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab.

    A huge thank you from Laborator in advance!

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group