Okay
  Public Ticket #2471676
Color of text in pulldownmenu
Closed

Comments

  •  20
    Hilke started the conversation

    Hello,

    you already showed me how to change the background color of the oull down menu, but the text of the pull down menu isn´t the same as the menu how can I change the color.

    I add it to that: ? somehow?

    ul.sub-menu {
        background-color: rgba(255, 77, 77, 1) !important;
    }


  •  1,558
    Laborator replied

    Hi hilkes,

    Can you please send us your site URL first for which site you're talking about, so we can investigate your site and then get back to you with possible solution.

    P.S. make sure you've disabled the Maintenance/Coming Soon mode

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  20
    Hilke replied

    Hi Art

    I am building the web en local.

    I send you a capture. I want to change the font color of BLADE, FRAME... now it is black and I want it to be white.

  •  1,558
    Laborator replied

    Hi hilkes,

    Can you please let us know when you put the website online so we can check it live and find a fix for it, the reason why I can't help you while the site is not online is because the menu may be built up in many ways so it may not work any fix I provide.

    When you put the site online please reply to this ticket and include the login credentials.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   Hilke replied privately
  •  1,558
    Laborator replied

    Hi there,

    I have added this CSS to Custom CSS:

    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu ul li a, 
    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul ul li a {
        color: #FFF;
    }
    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu ul li a:after, 
    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul ul li a:after {
        background-color: #FFF;
    }
    

    And now they are set to white.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   Hilke replied privately
  • [deleted] replied

    Hi hilkes,

    Please just add this CSS code to your Custom CSS area:

    .mobile-menu-wrapper.mobile-menu-slide .mobile-menu-container {
        background-color: rgba(0,0,0,0.90);
    }
    .mobile-menu-wrapper .mobile-menu-container div.menu>ul>li>a, .mobile-menu-wrapper .mobile-menu-container ul.menu>li>a {
        color: #ffffff;
    }
    .mobile-menu-wrapper .mobile-menu-container .search-form label {
        color: #fff;
    }

    Have a nice day!

    Will set this ticket as solved from here.

  •  20
    Hilke replied

    Perfect!!


    THANKS