I have 2 questions about Salient and woocommerce :
- Shop page : I want to change the color of calls to action (example : order, or add to cart, or see my cart etc), but I didn't find where I can do that.
- Footer : Police are really too much on my footer, I didn't find where changing it. I found for title but not for the text below the title. (In my footer I include text widget, this is this element I need to reduce the police)
The Woocommerce Colors are automatically adjusted by the Accent Colors in Salient Theme Options Panel -> General Settings Section .
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):
@media only screen and (min-width: 1000px) {
#footer-outer .row {
padding: 15px 0 !important;
}
}
I still have a police too strong for footer. I included the CSS code you sent me but no change. I have a exclamation point to indicate a problem (please see the attachment I put a copy of my screen, and the link of my site)
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):
#footer-outer #footer-widgets .col p {
line-height: 19px;
}
Hi
I have 2 questions about Salient and woocommerce :
- Shop page : I want to change the color of calls to action (example : order, or add to cart, or see my cart etc), but I didn't find where I can do that.
- Footer : Police are really too much on my footer, I didn't find where changing it. I found for title but not for the text below the title. (In my footer I include text widget, this is this element I need to reduce the police)
Many thanks in advance for your help
Best regards
Hey Again, Hope you had a Great Weekend,
The Woocommerce Colors are automatically adjusted by the Accent Colors in Salient Theme Options Panel -> General Settings Section .
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
Many Thanks Tahir ;)
For color of woocommerce I have to change color in "Accent color" or it is not a good idea to touch this part ?
Have a nice day
Hey there,
Thanks for reaching in,
If the button doesn't assume your accent colors then you can change via CSS,
Please send a direct link to the location of the button.
Regards
Hi
Here are 2 examples of buttons color I'd like to change ("Valider la commande", "Voir le panier" ...)
https://nicolascrozier.fr/produit/petit-elephant-jaune/
https://nicolascrozier.fr/boutique/
So I can't just in Salient option "accent color" just change the color's code ? (look at the attachement)
I MUST include CSS ? Well I don't have any knowledge for that ... Is it possible for you to help me ?
Many thanks
Hi again,
I still have a police too strong for footer. I included the CSS code you sent me but no change. I have a exclamation point to indicate a problem (please see the attachment I put a copy of my screen, and the link of my site)
Sorry for my english not easy to explain !!!
https://nicolascrozier.fr/
thanks a lot
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
Many thanks Tahir
I managed to create CSS code to change the font size ;)
Best regards