• Resolved ptitloupdude

    (@ptitloupdude)


    Hello,

    I was wondering if there is a way to change the Blue Color from the menu to make it become Orange color?

    Thanks a lot and have a great weekend

Viewing 15 replies - 16 through 30 (of 32 total)
  • Hi,

    this is the website
    https://www.mgdl.it/

    with the previous code I can change only the main slot with the Home word and the top bar, but not the other menu voices neither the little colored line between the dropdown menu.

    thanks for your support

    Hi

    For this use below code in custom css Filed (Theme Dashboard >> appearance >> customize >> header setting >> custom css )

    .dropdown-menu > li > a
    {
        border-bottom: 1px solid rgba(230, 35, 5, 0.95) !important;
    }
    
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus
    {
        color:#ff0000 !important;
    }

    Change color code as your need.

    Any confusion let me know

    Thanks.

    actually I wrote in the custom css

    .navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {
         background-color:#FF0000 !important;
      }
    
    .header-top-area { background: #FF0000; }
    
    .dropdown-menu > li > a
    {
        border-bottom: 1px solid rgba(230, 35, 5, 0.95) !important;
    }
    
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus
    {
        color:#FF0000 !important;
    }

    and I still have some blue slot in the header menu on hover
    https://www.mgdl.it/
    also if I try from another page, example Contatti,
    I see the Homepage slot again blue..

    Hi

    For this use below code in custom css Filed

    .navbar-nav > li > a:hover
    {
    background-color:#FF0000 !important;
    }

    Then save and check your website.

    Thanks.

    umh.. nothing changed..

    Hi

    Try This

    .navbar .navbar-nav > li > a:hover
    {
    background-color:#FF0000 !important;
    }

    Hi,
    unfortunately again nothing changed

    Hi

    if you not working above code, plz find below code in light.css file in your theme Line No 533

    , .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus

    then remove above code in light.css file then paste below code in custom css Box.

    .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus
    {
    background-color:#FF0000 !important;
    }

    Thanks.

    .. I don’t have the light.css file..
    I have the bluestreet as a child of wallstreet

    Hi

    If you possible plz share your admin detail

    My email id : – [email protected]

    Thanks.

    sent,
    thank you!

    Hi

    Plz send Valid Email Detail : –

    Like

    Username : – admin

    password : – admin

    Thanks.

    sent to your mail

    HI

    Solved Your Issue..

    Plz Check.

    Thanks.

    Awesome, thank you very much!
    You’re very kind.

    You can close the ticket.

    Best,
    Daniele

Viewing 15 replies - 16 through 30 (of 32 total)
  • The topic ‘Blue Color Menu’ is closed to new replies.