Hey im using Sense theme and I currently have only the option to change the header + page text color together, Is there anyway to change only the Header text color or Page text color seperate?
I want to change the page text color to white and header to black
you can do this through code.
plz, provide the store URL so the exact code can be provided.
you can use a different selectors for header and body
header > p{
color:red;
}
#main-content > p{
color:green;
}
Hi @Superninja12
This is PageFly - Free Landing Page Builder. I would love to provide my advice for your store based on 6 years of providing solutions for about 100.000+ active Shopify merchants.
You can go to Online store => themes => Edit code and paste this code last of the base.css file.
header *{color:black !important}
main *{color:white !important}
I hope my above information can help you
Kind regards
PageFly