Home › Forums › Blendit Theme Support › Change font color of a service section
- This topic has 6 replies, 2 voices, and was last updated 7 years, 6 months ago by Sonl Sinha.
-
AuthorPosts
-
March 29, 2017 at 4:31 am #67114
theme: blendit
http://mysbiz.com/SWPA/How do I change the text color for title of “SERVICES” section? (red)
How do I change the font size of blue secondary titles? (purple)
https://snag.gy/ahQKWF.jpg
March 29, 2017 at 5:13 am #67127Hi Laura,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
#services h2.section-title{color:#fff000 !important;}
#services-box h2{color:#fff000 !important;}Regards,
BradMarch 29, 2017 at 5:52 am #67151Thank you. It changed the services section, but it also changed the about section title. How do I change the about section title to white?
https://snag.gy/WDykFC.jpg
March 29, 2017 at 1:34 pm #67322Issue resolved
March 29, 2017 at 3:46 pm #67336Yes, thanks!
March 29, 2017 at 8:10 pm #67351No, when I looked on mobile it worked, but desktop site was still blue to about us section. I had to remove the code you provided as client was reviewing the site today. I am back to square one, I need to change the white title in the services section to blue #0f3a5e.
March 30, 2017 at 10:13 am #67432Add this code in Custom CSS Box:
.aboutsec h2{color:#ffffff !important;}
#services-box h2{color:#fff000 !important;}Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.