This topic has 1 reply, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #147349
     bawwwlin
    Participant

    Hi I need help with 3 different things that are somewhat alike:

     

    1) I need help changing the BACKGROUND COLOR of the dropdown submenu to (#DE5161)

    2) I need help changing the FONT SIZE of the dropdown submenu.

    • The only way I was able to change the FONT SIZE of the dropdown submenu was to add header (<h3>) to the Navigation Labels of the subitem. There must be a better way to do this.

    3) I need help changing the FONT COLOR of the dropdown submenu to (#F8BB4B)

     

    Thank you!

    #147387
     Laura
    Moderator

    Hello, you can use the following css 🙂 Just add it to style.css of child theme
    Dropdown background color:

    COPY CODE
    
    ul.dropdown-menu {
        background: #DE5161 !important;
    }
    

    Dropdown menu size

    COPY CODE
    
    ul.dropdown-menu h3 {
        font-size: 18px !important;
    }
    

    Dropdown text color

    COPY CODE
    
    ul.dropdown-menu h3 {
       color: #F8BB4B !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 🙂

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

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?