Home Forums WoodMart support forum Some problems with product titles Reply To: Some problems with product titles

#426266

Luke Nielsen
Keymaster

Hello,

May I test the issue with the titles on your site?

1. Try to use the below code for changing the search placeholder:

.wd-search-full-screen-2 .searchform .wd-search-inited::placeholder {
  color: red;
}

2. The below code will help you to increase the size of icons:

.single-product .wd-social-icons .wd-social-icon .wd-icon {
    font-size: 20px;
}

Paste it to the mobile CSS area in Theme Settings -> Custom CSS.

3. The on-sale price color you can change by using the Advanced typography, or rather by using this Product grid price rule.

https://prnt.sc/VlvaCQ09Vd7r

4. This one is for hiding the cart button:

.single-product .related-products .product-grid-item .add_to_cart_button{
    display: none;
}

https://monosnap.com/file/RwZpazk9cdr7aDYJIQjSxbbPZKvD1j

Kind Regards