Anyway I can increase WooCommerce Product title size and change font (price also)
I added this to my css but it doesnt seem to be working since I updated my theme:
/* Change the Product title */ .woocommerce .product_title{ font-family: roboto; /* Change the font */ font-size: 50px;/* Change the font size */ line-height: 40.5px;
/* Change the Product price */ .woocommerce .price span{ font-family: roboto; /* Change the font */ font-size: 24px; /* Change the font size */
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
.woocommerce .single-product-summary .entry-summary p {
padding-bottom: 10px;
}
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Hey guys,
Anyway I can increase WooCommerce Product title size and change font (price also)
I added this to my css but it doesnt seem to be working since I updated my theme:
/* Change the Product title */
.woocommerce .product_title{
font-family: roboto; /* Change the font */
font-size: 50px;/* Change the font size */
line-height: 40.5px;
/* Change the Product price */
.woocommerce .price span{
font-family: roboto; /* Change the font */
font-size: 24px; /* Change the font size */
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Hello,
thank you for these fonts changes, I would like to change also the size of :
- quantity of product
- size, color and shape of buton add to cart
Where could I change that ? or which CSS should I use ?
Thank you in advance
Kind Regards,
P.
Hello,
I was able to change a bit the style of Add To Cart button by this CSS :
But I'am still looking for :1/ Button
changing the shape of the button : round corner, smaller size or padding
2/ Padding between items : reduce padding between Title, variable attributes, price, quantity, ...
3/ Reduce de size of the quantity button , I know it is "size" attribute to be change, but in which CSS class?
Thank you for your help
Kid Regards,
P.
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Hello,
thank you, but it didn't work, do you have another CSS ?
I tried allready with "
"
and about :
1/ round the corner of the Ad To Cart button?
2/ Reduce de size of the quantity button (- 1 +) ?
thank you a lot in advance
Kind Regards
P.
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Hello,
there are no red crosses but still it doersn't seems to work :(
thank you for your assistance
Kind regards
P.
Those css work in the Live Browser so its likely not getting added on the Frontend.
Please clear your cache using this guide: https://themenectar.ticksy.com/article/6226/ and have a look at this Article: http://themenectar.com/docs/salient/updating-salient/#troubleshooting .
Best.
ThemeNectar Support Team
Hello,
sorry regarding the add to cart button it worked now I've got the round corner arround the button
thank you
but I still have lots of empty spaces between: title, variable attributes, description ...
I could I shorten theses empty spaces ?
thank you
P.
Unfortunately that is how its designed . You can try third party plugins to alter it as per your liking. See url or similar: https://wordpress.org/plugins/woocommerce-customizer/ .
Best
ThemeNectar Support Team