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

  • Author
  • #199242
     spocar
    Participant

    Hello team. I’m planing to change the color of the sub menu the background and font color only from the submenu. Thanks in advance

    #199271
     Laura
    Moderator

    Hello, the submenu of the header?

    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 🙂

    #199301
     spocar
    Participant

    Hello Laura. Yes the submenu from the header would like to change the color and font color.

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

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

    COPY CODE
    
    ul.dropdown li a {
        background: red !important;
        color: white !important;
    }
    ul.dropdown:before {
        border: red !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 🙂

    #199444
     spocar
    Participant

    Hello Laura. Thanks for the code It works prefect, just noticed that there is not hover once I pass the mouse over the sub menus. Can you provide me a code for the submenu Background Color on hover? and if is possible also a color change for the font once i pass the mouse over?

    #199519
     Laura
    Moderator

    Hello for the hover just copy the code and paste it below, so it’d duplicated and add :hover to the end of the class. For example,

    .header:hover {this is the css code}

    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 🙂

    #199651
     spocar
    Participant

    Hello Laura. I tried to do it by myself , but i think I didn’t understand what u tried to tell me. I pasted the code and added at the en the :hover but is not working.

    #199887
     Laura
    Moderator

    Hello, please share the full code you have so I can see it

    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?