Is Newspaper gives options to change language of a website?

Posted in: Newspaper
Post count: 140

Question 3
How to decrease the size of this marked image that you see in the screenshot? https://imgur.com/TcSNE2Z

Please tell me the exact number so that I can directly input that unit into settings.
Also, I want the size of the image that could fit the screen like 800px length.

Post count: 27744

Hello,

1. You need to use this custom code .td_woo_product_price .tdw-pp-price .woocommerce-Price-amount, .td_woo_product_price .tdw-pp-price small{
display: none;
}
.td_woo_product_price .tdw-pp-price .tdw-price-excl-tax .woocommerce-Price-amount, .td_woo_product_price .tdw-pp-price .tdw-price-excl-tax small{
display: inline-block;
}
Set the code in theme panel -> custom code -> custom css.
2. Please check this guide https://woocommerce.com/document/setting-up-taxes-in-woocommerce/
3. The image size, is taken automatically, depending on the image size, so you can try to have the same size for all the images.

Thank you!

Viewing 2 posts - 26 through 27 (of 27 total)
You must be logged in to reply to this topic.