Home › Forums › Panaroma Forum › WooCommerce CSS
- This topic has 11 replies, 3 voices, and was last updated 6 years, 9 months ago by Sonl Sinha.
-
AuthorPosts
-
January 19, 2018 at 6:13 pm #92160
I am trying to disable the WooCommerce CSS but am unable to make an Update to the Theme Functions file to do so. How can I force WooCommerce to use Panorama CSS settings for background, font, and headings? And I need to be able to adjust the button color for WooCommerce too.
Thanks!
January 22, 2018 at 6:58 am #92302Kindly show us the WooCommerce page URLs where you want the changes to happen.
Regards,
ShriJanuary 22, 2018 at 11:54 am #92350http://highsidedesign.com/product/modified-car-graphics/
January 23, 2018 at 6:39 am #92416Hi,
Kindly go to Appearance >> Theme Options >> Layout Settings >> Custom CSS Box:
Add this code there:
.woocommerce div.product .product_title, .woocommerce div.product form.cart .variations label, #alg-product-input-fields-table label, #tab-additional_information h2 { color:#000 !important;} .woocommerce button.button.alt.disabled { background-color:#00aced !important;} .strip_template figure { overflow:visible !important; z-index:1 !important; width:66%; height:auto;}
Regards,
ChrisJanuary 23, 2018 at 3:04 pm #92502this is perfect – thank you so much!
January 24, 2018 at 5:10 am #92548Hi Tim,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/14/
Regards,
ChrisFebruary 20, 2018 at 6:54 pm #94692Hello, still having issues with WOOCommerce CSS – as described here: https://www.sktthemes.org/forums/topic/woocommerce-product-image-missing/
Clicking into the product shows no product images at all. I have a set product image and several in the image library.
aaaaaa
February 21, 2018 at 6:33 am #94714Hi,
Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.
Regards,
ChrisFebruary 21, 2018 at 1:02 pm #94766Here is a screenshot of the issue:
Notice that there are only the Related Products images and the actual images for the Basic Polo are not displaying.
February 22, 2018 at 6:18 am #94820Hi,
Kindly go to Appearance >> Theme Options >> Layout Settings >> Custom CSS Box:
Add this code there:
.woocommerce-product-gallery__wrapper { position: relative !important; z-index: 1 !important;}
Regards,
ChrisFebruary 22, 2018 at 11:21 am #94880Thank you, that helps get the image back. It now uncovers another issue though. When I click the image gallery for the product, the image should replace the existing product image. In the current theme it pops up the image but does not stay on the same page.
This is how it should work: Girls Shirt
This is how it is working on my site: Polo Shirt
Thank you so much for your help! I love everything else about the theme!
February 22, 2018 at 12:02 pm #94891Hi,
Kindly edit functions.php file, scroll down to bottom and paste code there:
add_theme_support( 'wc-product-gallery-lightbox' );
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.