Home Forums Basel support forum Changing background color – categories menu

Changing background color – categories menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #36500

    arturb111
    Participant

    Hey,
    How can i change the background color of the categories menu?
    Attaching picture.

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

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to change the background.

    body .categories-menu-dropdown li.menu-item .sub-menu-dropdown {
    	background-color: #f9f9f9;
    }

    Regards

    #36517

    arturb111
    Participant

    Thank you!
    And what about the orange color? How to change him?
    Another thing, how to change to font color at the dropdown menu?

    #36524

    Bogdan Donovan
    Keymaster

    Yellow color can be changed in Theme Settings -> Styles and colors -> Secondary Color

    Use this snippet to change font color.

    body .categories-menu-dropdown li.menu-item .sub-menu-dropdown ul li a {
    	color: rgba(255,255,255,.8);
    }
    
    body .categories-menu-dropdown li.menu-item .sub-menu-dropdown ul li:hover a {
    	color: white;
    }

    Regards

    #36528

    arturb111
    Participant

    Thank you very much!!!

    #36535

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘Changing background color – categories menu’ is closed to new replies.