- This topic has 3 replies, 2 voices, and was last updated 1 month, 3 weeks ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.


Home › Forums › Free Themes › Clean Corporate › Title Background color
How do I change the background color of my page titles? Thank you. example – https://spectrumbroadcasting.com/spectrum-creatives/
To change the background color of page title, please add this CSS in Additional CSS
#custom-header{
background-color: #222;
}
You can change the color code as per requirement
After I do this, where do I change it? Thank you very much.
@thewiz, You can simple change the value of background-color like this
#custom-header{
background-color: #5C1A0E;
}
Additionaly, to get a color code visit -> https://htmlcolorcodes.com/, and check the screen record
https://www.awesomescreenshot.com/video/43794749?key=dce7dd95088d8114d1c20c199e7d8272
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |



