how to name the styles for the active element “.wd-tools-icon”
-
Hello
Tell me more how to name the styles for the active element “.wd-tools-element .wd-tools-icon”
i tried .wd-tools-icon:active but it doesn’t work.
I need: If the user is in favorites – the icon lights up in a different color.
Hello,
Please provide the page URL where you want to change the color of the icon, we will give you custom CSS.
Best Regards
i meant these icons + filter icon on the same panel
Attachments:
You must be
logged in to view attached files.
Hello,
Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.
Best Regards
I ask you to specify the classes of your css code,
to write the style. Why do you need administrator access?
Hello,
The class depends on, please provide the page URL so that we could extract the proper selector.
Best Regards
I need selectors for these buttons?
https://woodmart.xtemos.com/shop/
https://woodmart.xtemos.com/wishlist/
Attachments:
You must be
logged in to view attached files.
Hello,
The shop icon is:
.wd-toolbar-shop .wd-tools-icon:before {
content: "\f146";
font-family: "woodmart-font";
}
The Wishlist:
.wd-header-wishlist .wd-tools-icon:before {
font-size: 20px;
content: "\f106";
font-family: "woodmart-font";
}
If you have any questions please feel free to contact us.
Best Regards
This is not what I asked for.
I need the classes for when the button is active.
For example: All my buttons are black. I click on the favorites icon on the mobile version – I find myself on the “favorites” page and the favorites button lights up in a different color, for example blue. The other buttons are still black.
Hello,
These buttons do not get any special class. These items have a default or hover state.
If you have any questions please feel free to contact us.
Best Regards