WooCommerce Product Pricing Position

Hi, I’m using WooCommerce with your theme and I’ve moved the price to the centre of the product on the Shop page, but this then also changes it to being in the centre on the single product page which I don’t want! I’ve tried to look for the div tag to only assign it to the shop page where it shows all the products on the page, but I can’t find it! I hope you can help!

I’ll put the URL in a secure note as it’s on a temporary link.

Thanks!

Hello There,

Thanks for writing in!

To resolve your issue, please add this custom css as well:

.single-product .price{
    text-align: left;
}

We would loved to know if this has work for you. Thank you.

Hi, that’s sorted it, thanks!

Is there a list for CSS with the different div tags for blog page, single blog page, portfolio, single portfolio page, shop, single product page etc, as I’d find that really useful when it comes to things like this!

Thanks!

Hi There @core365 ,

You can simply locate those information within your browser’s body tag. If you’re using Firefox, right click on your page and then click Inspect Elements and check it under Inspector tab. If you’re using Chrome, right click on your page, then click Inspect and check it under Elements tab.

Hope that’s clear.
Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.