Home Forums WoodMart support forum A FEW QUESTIONS Reply To: A FEW QUESTIONS

#80702

Blaq
Participant

Hey Elise i deactivated the wishlist plugin and the icon on hover dissapeared …Thanks, although it seems you can’t remove the add to cart one? How can i atleast change the icon?
I like the bag icon on the glasses icon, how can i replace the current ‘cart’ icon on the add to cart hover to the ‘bag’ icon?

Also i’m having issues setting a link inside banners, everytime i try put in a link i’m redirected to the posts page, what’s going on, do you know?

Also the code you gave me before that’s supposed to remove the icon that’s before the my-account link on the mobile menu doesnt work. You gave me this code –

.menu-item-my-account a:before{
display:none
}

Just a suggestion, maybe you can consider making a list of names for all the elements…

For example:
.woodmart-show-sidebar-btn span:not(.woodmart-side-bar-icon) { — (editable css title for sidebar text)
.product_list_widget>li .product-title { — (editable css title for product title)
.woocommerce .cart-actions .coupon .button { — (editable css title for coupon button on cart page)

etc

This way people that want to edit different elements/looks on the website can refer to this list and edit them from the custom css tab, to their liking. Might save you a lot of time too

Regards