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

  • Author
  • #132081
     milena
    Participant

    Good morning,
    I would like to change the color of hamburger menu and I’d also like to remove the normal menu the background color of the hover.

    How can I do ?

    Thank you

    #132237
     Laura
    Moderator

    Hello, only on homepage?
    You can change global styles at Sweetdate > Styling

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #132369
     milena
    Participant

    Hello Laura,
    I tried to edit or remove the colors but I have background on mouse over the color blue, I’d take it off.
    I’d also like to change the background color to the burger menu, that he is blue.
    How can I do?

    Thank you

    Attachments:
    You must be logged in to view attached files.
    #132538
     Laura
    Moderator

    Hello, try adding this to style.css of child theme 🙂

    COPY CODE
    
    #header .top-bar ul > li:hover:not(.name) a {
        color: #ffffff !important;
    }
    .top-bar ul > li:not(.name):hover, .top-bar ul > li:not(.name).active, .top-bar ul > li:not(.name):focus {
        background: #e2041c !important;
    }
    @media only screen and (max-width: 940px) {
    .top-bar > ul .name h1 a {
        background: #e2041f !important;
        color: white !important;
    }
    .top-bar ul > li.toggle-topbar {
        background: #e2041f;
    }
    .icon-reorder:before {
        content: "\f0c9";
        color: white;
    }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #132630
     milena
    Participant

    Thanks Laura, it works!
    How can I even change the color of the menu under?

    Thank you!

    Attachments:
    You must be logged in to view attached files.
    #132896
     Laura
    Moderator

    Hello, use this 🙂

    COPY CODE
    
    ul.dropdown li a {
        background: #e2041c !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #132969
     milena
    Participant

    It works, thank you! ?

    #133162
     Laura
    Moderator

    Glad to help 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

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

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?