Home Forums WoodMart support forum Mobile: Change Color of Icon in sidebar opener

Mobile: Change Color of Icon in sidebar opener

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

    TB
    Participant

    Hello Xtemos Team.
    I waited and yesterday I dared to update my theme to the latest version (update to 8.06).

    Unfortunately, the menu boxes (SHOP AREA & BLOG) no longer works on mobile (see screenshots). Before, the font / Icon in the white boxes was black.

    How can I change the font / icons back to black?

    Does the custom mobile code have anything to do with this or does it need to be adjusted?

    .wd-sidebar-opener:not(.wd-on-toolbar) {
    
        border-top-right-radius: 0!important;
    
        border-bottom-right-radius: 0!important;
    
    }
    
    .wd-sidebar-opener.wd-on-shop>a:before {
    
        color: black;
    
    }
    
    .wd-not-on-shop.wd-action-btn.wd-style-icon>a:before {
    	color: #0000;
    	
    }

    Or where else can I set the font / icons in the white box to be black again?

    Thank you very much for your support.
    Thorsten

    #626712

    TB
    Participant

    Sorry. Here are the missing screenshots….

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

    Luke Nielsen
    Keymaster

    Hello,

    Try to use the below one:

    body .wd-sidebar-opener {
        background-color: #333;
    }

    Clear the cache and recheck the issue.

    Kind Regards

    #626866

    TB
    Participant

    Hello Luke,

    perfect. That’s it.

    Many thanks & kind regards
    Thorsten

    #626867

    Luke Nielsen
    Keymaster

    Hello,

    You are welcome! Always remember that you can reach out to us with any questions you may have.

    Have a good day!

    Kind Regards

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

The topic ‘Mobile: Change Color of Icon in sidebar opener’ is closed to new replies.