raja2016
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Really big font on Category and product names after the updateTo fix the product gallery I added code in functions.php according to
https://createandcode.com/broken-photo-gallery-and-lightbox-after-woocommerce-3-0-upgrade/However, Wootique does not support the new gallery yet and the layout was still wrong. The suggested update code on above website also didn’t work.
I added the WooCommerce Product Gallery Slider plugin and that helped to some extent. However, the thumbnails now only show half the thumbnails.
e.g. https://www.rajasthantreasures.com/product/solid-bamboo-ladderIs that a plugin issue or something else?
Forum: Plugins
In reply to: [WooCommerce] Really big font on Category and product names after the updateYes all font issues fixed now ?? yay!
Unfortunately, the layout on the single product pages is still off. Either the product thumbnails are too large or the text (product title, etc needs to shift right). I thought the change in text size would fix it but it hasn’t.
e.g. https://www.rajasthantreasures.com/product/cow-shaped-wooden-stool
Help again please
Forum: Plugins
In reply to: [WooCommerce] Really big font on Category and product names after the updateThank you – that works for the product gallery but the not the single product pages…
e.g. https://www.rajasthantreasures.com/product/small-treasure-chest
I tried
h1.product_title h1 {
font-size: 1.2em;
}but I guess the syntax is wrong ??
Help again please!
Forum: Plugins
In reply to: [WooCommerce] Really big font on Category and product names after the updateI added
ul.products h2 {
font-size: 12px;
}to my custom.css without any improvement. Is this the wrong approach or the wrong place to add this code?
Thanks!!!!
Forum: Plugins
In reply to: [WooCommerce] Really big font on Category and product names after the updateI have a very similar problem and would really appreciate your help!
After updating WC the product category titles and single product titles are too large, and throw off the look… https://www.rajasthantreasures.com
I can’t find anything in the stylesheet.css to change from h2 to h3. Also looked in some other .php files without luck.
Help please!