This topic has 10 replies, 3 voices, and was last updated 5 years, 1 months ago ago by Rose Tyler
Hi,
I am using 8theme products elements.
1. How can I enlarge the price and the product name?
https://ibb.co/ZSV0Lgy
2. How can I add something like “HOT! ” on the specific product?
https://ibb.co/ZSV0Lgy
3. Hoe to hide the SKU on the product page?
https://ibb.co/1dN9Z8C
Thank you
Hello,
1)
.product-view-booking .price .amount {
font-size: 16px;
}
.product-view-booking .product-title a {
font-size: 18px;
}
2) By default there is “Sale” Label is available but you can change the “Sale” text to “Hot”, go to Theme Options > WooCommerce (Shop) > Shop elements > Sale & Out of Stock.
Additional labels you can try to add using a 3rd party plugin.
3)
.single-product .sku_wrapper {
display: none;
}
Regards
I changed the label from “Sale” to “HOT!”, but how can I make the label appear?
I tried to do it by setting a sale price, but the “HOT!” label does not showup.
https://ibb.co/gWpHGKV
Thank you
Hi,
Please send:
– FTP info (server, username, password, port)
– Admin info (wp-admin URL, username, password)
I will check this problem for you.
Thank you for your patience
Regards,
Hung PD
Hi
Hello,
Theme Options > WooCommerce (Shop) > Shop elements > Sale & Out of Stock > Show Sale Percentage > Off.
Regards
Thank you
Hello,
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up