- This topic has 5 replies, 2 voices, and was last updated 2 years, 5 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Is it possible to give the fonts for title and subtitle a background color (= header front page)? Thank you
Hi Herbert,
It’s not possible with the theme options but we can create custom CSS snippets for you, please share colour you want to be added and also your website URL.
Kind Regards
Hi Herbert,
At first, sorry for the late reply, we had holidays.
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
.header-logo h1 {
background-color: #000;
padding: 10px;
}
.site-description {
background-color: #000;
padding: 5px;
}
Kind Regards
Great! Thank you so much for your support!
Feel free to contact us at any time, we are more than happy to help.
Kind Regards