Home Forums Basel support forum Changing colours of text/background of shop menus

Changing colours of text/background of shop menus

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

    boathut
    Participant

    Hi,

    I am trying to change either the background colour of the black area with black text with all the product categories.

    I am also trying to change the side menu with a blue background – again change text colour to white would suffice.

    Thanks

    Peter

    #14091

    Artem Temos
    Keymaster

    Hi,

    Could you please provide some screenshot of what exactly do you want to choose and specify desired colors?

    Regards

    #14113

    boathut
    Participant

    Black area – just below the logo – the text is not visible as in the demo – needs white text or light grey

    Dark blue menu on the left handside in the sidebar – needs white text.

    I hope my attachments for both comments are treated as private – I dont want them visible to everyone.

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

    Artem Temos
    Keymaster

    Here is a code snippet to change the color of the sidebar menu

    .widget_nav_mega_menu .menu  >  li  > a  {
    	color: #fff!important;
    }

    As for page heading, change its color in Theme Settings -> Page heading.

    #14119

    boathut
    Participant

    Where do you place the code snippet? I tried custom CSS in the theme menu and it did not work.

    The other information worked.

    #14127

    Artem Temos
    Keymaster

    You need to place it to the Custom CSS field in Theme Settings.

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