This topic has 8 replies, 2 voices, and was last updated 9 years by Laura.

  • Author
  • #104575
     msukheraca
    Participant

    Hello

    How to change menu button color from white except main home page. currently It is white or transparentĀ and doesn’t show up on pages and posts,

    #104639
     Laura
    Moderator

    Hello, can you specify a bit more?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #104789
     msukheraca
    Participant

    When use on any mobile device, except home page on all pages and posts , MENU button which is on top right corner shows no color, how to change it.

    #105016
     Laura
    Moderator

    Hello, just add this to style.css of child theme

    COPY CODE
    
    @media (max-width: 991px) {
    .kleo-main-header.header-normal {
        background-color: black !important;
    }
    i.icon.icon-basket-full-alt {
        color: white;
    }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #105187
     msukheraca
    Participant

    well i think you again misunderstood what I requested, I send you screen shot with highlighted area, I think above code is for complete header color change.

    #105191
     msukheraca
    Participant

    Also when i open style sheet it shows me this message
    /*
    Theme Name: Kleo Child
    Theme URI:
    Description: Child theme for Kleo
    Author: SeventhQueen
    Author URI: http://seventhqueen.com
    Template: kleo
    Tags: one-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
    License: GNU General Public License
    License URI: license.txt
    */

    /*
    * Please add your custom styles below

    In this case i should put code which you have told me over here ???????

    #105248
     Laura
    Moderator

    Hello, this should do it

    COPY CODE
    
    @media (max-width: 991px) {
    .kleo-mobile-switch span {
        background-color: black !important;
    }
    .home .kleo-mobile-switch span {
        background-color: white !important;
    }
    }
    

    And yes, at the end of that file

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #120725
     msukheraca
    Participant

    Have bought another license for KLEO.
    Can you please guide how to change the menu are black color Just for the home page with white in mobile version.

    #121065
     Laura
    Moderator

    Hello, can you specify a bit more? šŸ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?