Home Forums WoodMart support forum Sidebar Filter icon

Sidebar Filter icon

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #321513

    Stefanie
    Participant

    Hello.

    I would like the sidebar icon squared (background white + icon black) for tablet and smartphone view.

    For this you had helped me before and sent me the following code:

    .wd-sidebar-opener:not(.wd-on-toolbar) {

    border-top-right-radius: 0;

    border-bottom-right-radius: 0;

    }

    .wd-sidebar-opener.wd-on-shop>a:before {

    color: black;

    }

    This worked very well.

    The code is still in the CSS – but it doesn’t work anymore . Do you have any idea?

    Also, the following additional problem occurs with the Tablet Lanscape View:

    Here is no sidebar icon at all and there is a lot of space on the right margin – see attachment.

    What could be the reason for this?

    Thanks for your support

    With kind regards, Steffi

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

    Stefanie
    Participant

    SORRY.

    Server crashed and there is currently no access to the site. I will get back to you when everything is up and running again.

    Best regards, Steffi

    #321635

    Luke Nielsen
    Keymaster

    Hello,

    Sorry for the inconvenience. It is a bug in our theme and I have confirmed from the development department that it will be fixed in our next update.

    Kind Regards

    #321770

    Stefanie
    Participant

    Hello.
    Thank you for the information. A great pity, but still hope 😉
    Is it possible to change the color of the filter icon into black at least??? Actually noboby will see the icon (white on white)…

    Many thanks.

    Kind regards

    #321939

    Luke Nielsen
    Keymaster

    Hello,

    Please, provide your valid site admin access, I will do my best to help you.

    https://gyazo.com/b35a871a1c588875eb1e5b66f775fb26

    Kind Regards

    #321942

    Stefanie
    Participant

    Hello.

    Here is the new site access.

    Many thanks and kind regards.

    #322061

    Luke Nielsen
    Keymaster

    Hello,

    In order to change the filter icon color, please try to add this code in Theme Settings -> Custom CSS -> enter the code in the field “Custom CSS for tablet”

    .wd-sidebar-opener:not(.wd-on-toolbar) {
      background-color: #161817;
    }
    
    .wd-sidebar-opener:not(.wd-on-toolbar) > a:before {
      color: #fff;
    }

    Kind Regards

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