Home › Forums › WoodMart support forum › Sidebar Filter icon
Sidebar Filter icon
- This topic has 6 replies, 2 voices, and was last updated 3 years, 2 months ago by Luke Nielsen.
-
AuthorPosts
-
September 27, 2021 at 8:56 pm #321513
StefanieParticipantHello.
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.September 28, 2021 at 7:26 am #321590
StefanieParticipantSORRY.
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
September 28, 2021 at 9:17 am #321635
Luke NielsenKeymasterHello,
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
September 28, 2021 at 5:32 pm #321770
StefanieParticipantHello.
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
September 29, 2021 at 9:31 am #321939
Luke NielsenKeymasterHello,
Please, provide your valid site admin access, I will do my best to help you.
https://gyazo.com/b35a871a1c588875eb1e5b66f775fb26
Kind Regards
September 29, 2021 at 9:43 am #321942
StefanieParticipantHello.
Here is the new site access.
Many thanks and kind regards.
September 29, 2021 at 2:49 pm #322061
Luke NielsenKeymasterHello,
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
-
AuthorPosts
- You must be logged in to create new topics. Login / Register