Site logo

Archived topic

Woocommerce Styling Help

10 replies · Started by Dan King on March 16, 2022

Viewing posts 1–11 of 11

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.

Make sure you have the Woocommerce Module enabled in Appearance > GeneratePress

Are you running the latest version of GeneratePress ( 3.1.3 ) and GP Premium ( 2.1.2 ) ?

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 :)

This archived topic is closed to new replies.