Home Forums Basel support forum Basel theme – Browse categories background color

Basel theme – Browse categories background color

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #219526

    Michael_1986
    Participant

    Hi!

    I would like to change the “Browse categories” background color (now red) and menu items hover color (now yellow) on Home fashion template. How could I do that?

    Thanks in advance!

    Attachments:
    You must be logged in to view attached files.
    #219538

    Hello,

    You can change the colors in the Theme Settings > Styles and colors. If you do not want to change the colors globally, add this custom CSS to the Theme Settings > Custom CSS:

    body .widget_nav_mega_menu .widget-title.color-scheme-light {
        color: #fff;
        background-color: black;
    }
    body .widget_nav_mega_menu .menu >li > a {
        background-color: black;
    }
    body .widget_nav_mega_menu .menu >li > a:hover {
        background-color: red;
    }

    Best Regards

    #219539

    Michael_1986
    Participant

    Thanks for the CSS code, it worked perfectly! 🙂

    #219597

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

    #239465

    Michael_1986
    Participant

    I use this same topic if that is okay 🙂

    How can I change the categories menu item hover color? Now it is yellow. (Please see the attachment image)

    The menu has been built with HTML Block.

    Attachments:
    You must be logged in to view attached files.
    #239541

    Hello,

    Please provide your site admin access to the private area.

    Best Regards

    #239694

    Michael_1986
    Participant

    Thanks for taking a look!

    #239831

    Hello,

    I cannot log in to your site.

    Please add this code to the Theme Settings > Custom CSS > Global:

    .basel-navigation .menu>li.menu-item-design-sized .sub-menu li a:hover{
    color:red;
    }

    Please set the color as per your needs.

    If the code does not work, please check and provide valid access.

    Best Regards

    #240048

    Michael_1986
    Participant

    Thanks!

    #240076

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Basel theme – Browse categories background color’ is closed to new replies.