This topic has 6 replies, 2 voices, and was last updated 10 years, 6 months ago ago by Eva Kemp
Hi Support,
Quick question on how to get product names and prices to show up centered under product image?
Thank you again for all your great help!
Hello,
You can use this code in custom.css file to center product name and price:
.products-grid .product .product-name, .products-grid .product .price {
text-align: center;
}
Here you can watch how to create custom.css.
If there are any problems please provide us with access to FTP and wp-admin panel.
Regards,
Eva Kemp.
Thanks!
How to change the font size in the product title?
How to get button to show up centered under product image?
To change font size use this code in custom.css:
.products-grid .product .product-name {font-size: 16px;}
and change the number to yours.
To center the button you should add the following code into custom.css as well:
.products-grid .product .add-to-container {text-align: center;}
In this case price will be centered too, so you don’t need to write .products-grid .product .price
in the code that was provided in the previous post. You should use only this code to center the product name:
.products-grid .product .product-name {text-align: center;}
Regards,
Eva Kemp.
The issue related to '‘Need to Center Product name & price’' has been successfully resolved, and the topic is now closed for further responses