-
AuthorPosts
-
September 7, 2014 at 9:52 pm #100436
I’m using Integrity Light with WooCommerce. I’d like to have the headings on the Shop and Category pages centered. See http://morganjane.com/catalog/ and category page, e.g. http://morganjane.com/catalog/wall-coverings/.
In other themes, the titling / headings are centered so I suspect it is particular to the X theme. So probably in the integrity-light.css but I’m unable to find it.
Can someone help?
Thanks,
Bill
Wordpress 4.0 (but applies to previous version as well)
X Integrity Light themeSeptember 7, 2014 at 11:51 pm #100475Hey Will,
The main title is centered as designed but you have the custom CSS below
.x-header-landmark { margin: 34px auto 0; text-align: left; }
Please change
left
tocenter
. For the product category titles, please add the code below in the Customizer > Custom > CSS..product-category h3 { text-align: center; }
Hope that helps. 🙂
September 8, 2014 at 10:29 am #100751Thanks. That was easy!
Can you suggest a similar tweak for the category page, e.g. http://morganjane.com/catalog/small-wonders/?
WillSeptember 8, 2014 at 10:37 am #100755Try adding some CSS code under Appearance -> Customize -> Custom -> CSS
body.term-small-wonders header.entry-header h3 { text-align: center; }
September 8, 2014 at 11:35 am #100793That worked!
Thank you very much.
WillSeptember 8, 2014 at 11:35 am #100795You’re welcome Will! 🙂
-
AuthorPosts