Changing text color settings for a page / WB
-
Greetings,
We want to create extra page with a black theme.
How to change product grid title and prices from default color to white only for it?
Thank you in advance
Hello,
Please create the new page and add content to it according to your needs. Then provide the URL of the page with some relevant screenshots of the areas you want to change the colors to check it myself and help you out accordingly.
Regards.
Xtemos Studios.
Hey Aizaz,
Please check the link in the private.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.postid-28908 .product-grid-item .product-title a {
color: white;
}
.postid-28908 .product-grid-item .price .amount {
color: white;
}
Regards.
Xtemos Studios.
Hey Aizaz, it worked, thank you!
Also, I am curious how to get the header block to be black as well.
Hello,
You are Most Welcome.
I have visited your website and the header is already black. Please clear cache and check back.
Screenshot for Clarification: https://prnt.sc/vqcjlw
If you are trying to ask anything else then please provide some relevant screenshots of the specific area
to check it myself and help you out accordingly.
Regards.
Xtemos Studios.
I’ve put a link with white area above at Imgur. The area near the image is white.
Also, we’ve copied a block to the main page and it doesn’t correspond to the CSS now since it is out of post. How to make same colors white now? Would you please visit main page to take a look.
Hello,
The white area around the image is of the page background. Therefore to change the background of the page try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.postid-28908 .main-page-wrapper {
background-color: black;
}
And for the block provide a relevant screenshot of the specific area to check it myself and help you out accordingly.
Regards.
Xtemos Studios.