This topic has 4 replies, 2 voices, and was last updated 4 years, 7 months ago ago by Rose Tyler
Hello!
I’m developing my first page with xstore theme.
I have. question regarding styles on home page, I want to have the same for both product boxes on homepage.
Details on screen: https://prnt.sc/s2e835
I want to have the header style at the bottom the same as at the top (bigger letters), and style od product information in the same way at the bottom as at the top (smaller latters).
Could you advice how I can do it?
Thanks,
Piotr
Hello,
Thanks for contacting us.
Add the next code in Custom CSS for page area – http://prntscr.com/s2x041
.vc_tta-title-text {
font-size: 32px;
color: #262626;
}
.products-page-brands {
font-size: 14px;
}
Regards
Works perfect! Thank you 🙂
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up