- This topic has 3 replies, 2 voices, and was last updated 6 years, 9 months ago by Hash.
Viewing 4 posts - 1 through 4 (of 4 total)
- AuthorPosts
- April 11, 2017 at 11:17 pm #2750AnimalInsightParticipant
Hi!
We would like to change the colour on the header (main title) from white to another colour (preferably black). Is that possible?
Moreover we are wondering if it’s possible to have another photo (header) on every page or do we need to have the same on every page? We’re a bit confused.
Thank you very much in advance 🙂
April 13, 2017 at 12:04 am #2764HashKeymasterHere is the CSS code to change the main header title color to black
.sq-main-title{ color: #000; }
For the header image you can change it from the customizer panel. But there is no option to have different header image for different pages.
April 17, 2017 at 1:20 pm #2814AnimalInsightParticipantThank you very much. Where do I have to add the CSS code? If I do it at “Additional CSS” nothing happens…
April 22, 2017 at 11:52 am #2851HashKeymasterYou need to add it at the bottom of the Additional CSS field.
.sq-main-title{ color: #000 !important; }
- AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.