Home Forums WoodMart support forum Mobile menu

Mobile menu

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #193774

    TigoVape
    Participant

    Hello.

    Can you please provide custom css to change this specific section color: https://i.imgur.com/DSQBI58.png

    I would like to change that gray into green.

    Regards,

    #193785

    emsaygroup
    Participant

    Hello there,

    Maybe I can help. Please add this as a custom css?

    
    .icon-sub-menu:after {color: white; background: none; }
    

    If there is no improvement in the background, you can use important for the background:

    
    .icon-sub-menu:after {color: white; background: none !important; }
    

    After the change it looks like this:
    https://prnt.sc/sdzl3e

    #193842

    Hello,

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

    body .icon-sub-menu.up-icon {
        color: red;
    	background-color:yellow;
    }
    body .icon-sub-menu {
        color: green;
    	background:orange;
    }

    Best Regards

    #193869

    TigoVape
    Participant

    Hello, thank you, it works.

    #193907

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

    Best Regards

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

The topic ‘Mobile menu’ is closed to new replies.