In variable product page i dont want to show the price xxxxx-xxxxx . how can i hide it?
i have highlighted the price which needs to be hidden
This topic has 4 replies, 2 voices, and was last updated 11 minutes ago ago by ubansal
In variable product page i dont want to show the price xxxxx-xxxxx . how can i hide it?
i have highlighted the price which needs to be hidden
Hi @ubansal,
Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
.product-type-variable .product-information .fixed-content > p.price {
display: none !important;
}
Kind regards,
The 8Theme Team
in sale timer i want to hide days box. how can i do it?
https://sazunajewellers.com/?product_cat=0&s=necklace&post_type=product&et_search=true
https://sazunajewellers.com/product-category/rings/diamondrings/
ALSO THE SALE COUNTER SHOWS ON SIMPLE PRODUCT BUT NOT IN VARIABLE PRODUCT ON SEARCH .
AS U CAN SEE IN LINK 1 THE VARIABLE PRODUCTS DONT HAVE SALE COUNTER WHEREAS ON LINK 2 IT HAS SALE COUNTER (ON SIMPLE PRODUCTS)
You must be logged in to reply to this topic.Log in/Sign up