Archived topic
Woocommerce Styling Help
10 replies · Started by Dan King on March 16, 2022
Hi
I've made a Loom to explain what I am hoping to achieve, link below...
1. In product page add to Basket and Proceed to Checkout button colours (Blue and White) aren't matching the styling I have selected (Black and White)
2. On adding to basket on shop screen - cool popup appears... on adding to basket in product page green banner appears - how do I get rid of the green banner and replace with the cooler popup on the shop screen.
3. Main product image appears in the gallery of images - how do I get rid of that out of the gallery?
https://www.loom.com/share/bea17e6cf1d1446abe304b12207b7364
https://powerlearners.co.uk/shop/
Thanks so much!
Dan
Hi there.
1. Go to Customizer > Colors > Woocommerce, there you can set the Buttons colors and the Tabs colors amongst other styles.
2. See Toms reply here:
https://generatepress.com/forums/topic/possible-bug-in-sticky-add-to-cart-panel/#post-1963901
3. Hmmm... its a woo function, you could hide it with some CSS:
.woocommerce div.product div.images .flex-control-thumbs li:first-child {
display: none;
}
BUT ... if you do that then the user won't be able to easily navigate back to the main image.
Thanks David,
I don't have a woocommerce option in colours?
http://powerlearners.co.uk/wp-content/uploads/2022/03/Screenshot-2022-03-16-at-14.24.54.png
Thanks!
Dan
Make sure you have the Woocommerce Module enabled in Appearance > GeneratePress
Yes it's activated :-) http://powerlearners.co.uk/wp-content/uploads/2022/03/Screenshot-2022-03-17-at-10.43.54.png
Are you running the latest version of GeneratePress ( 3.1.3 ) and GP Premium ( 2.1.2 ) ?
Hi David,
Yes... http://powerlearners.co.uk/wp-content/uploads/2022/03/Screenshot-2022-03-17-at-17.31.00.png
Thanks
Dan
Here's a loom the "colors" link isn't working in layout - woocommerce whereas the typography is...
https://www.loom.com/share/37845831ef5847b5ae6226fa71c157f1
Thanks
Dan
Hi Dan,
When I watch your video, I found that your GP Premium plugin is 1.12.3 which is out of date, can you make sure you update it to 2.1.2 ?
https://www.screencast.com/t/tkCtmNh7uVf6
Let me know :)
Amazing thank you! It wasn't auto updating so I downloaded and boooooooom it worked ;-) Thanks Ying & David!
You are welcome :)