Home Forums WoodMart support forum Of canvas sidebar button color

Of canvas sidebar button color

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

    ostoyafurniture
    Participant

    Hi There,

    How to change the of canvas sidebar button in to another color for mobile?

    #99252

    Hello,

    Please add this code to the Theme settings > Custom CSS

    .woodmart-show-sidebar-btn .woodmart-side-bar-icon, 
    .woodmart-show-sidebar-btn .woodmart-side-bar-icon::after, .woodmart-show-sidebar-btn .woodmart-side-bar-icon::before {
        background-color: #7293ae!important;
    }
    body .woodmart-show-sidebar-btn {
        color: #7293ae;
    }

    You need to replace the color.

    Best Regards

    #99273

    ostoyafurniture
    Participant

    That did not work. See attachment.

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

    Hello,

    The code is working for this button http://prntscr.com/m1klm5

    If you mean some other button, please provide a screenshot.

    Best Regards

    #99329

    ostoyafurniture
    Participant

    Hi Elise,

    Thank you. In the attachment a screenshot of the mobile version. I want to stile the button left where the red arrow is pointing.

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

    Hello,

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

    body .woodmart-sticky-sidebar-opener {
        color: red;
        -webkit-box-shadow: 0 0 5px red;
        box-shadow: 0 0 5px red;
    }

    Please replace the color as per your needs.

    Best Regards

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