Home Forums Basel support forum Category menu backgroung

Category menu backgroung

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #28099

    kingcontent
    Participant

    Hello,

    how to change the inside of category menu color for white backgound and letter in color blue.. see screenshot

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

    Artem Temos
    Keymaster

    Hi,

    Could you please send us a link where do you want to do this?

    Thank you

    #28193

    kingcontent
    Participant

    see link below

    #28219

    Artem Temos
    Keymaster

    Do you mean whole categories area make white with blue text? You can change its background and text color scheme in Theme Settings -> Page heading.

    #28222

    kingcontent
    Participant

    I need the background change color only on mobile. see screenshot

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

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area for mobile devices in Theme Settings to do this

    .color-scheme-light .basel-product-categories {
        background-color: white!important;
    }
    
    .color-scheme-light .basel-product-categories li .children {
        background-color: rgba(0,0,0,.1)!important;
    }
    
    .color-scheme-light .basel-product-categories li .children:before {
        color: rgba(0,0,0,.1)!important;
    }
    
    .color-scheme-light .basel-product-categories li a {
        color: #1aada3!important;
    }
    
    .color-scheme-light .icon-drop-category:after, .color-scheme-light .icon-drop-category:before {
        background-color: #090909!important;
    }
    #28232

    kingcontent
    Participant

    Thank you!!!!

    #28234

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘Category menu backgroung’ is closed to new replies.