Change text colour in banner
The topic ‘Change text colour in banner’ is closed to new replies.
Need help? Check out our Support site, then
How can I change the default white colour text that appears in front of the banner image for the Port theme? As you can see http://mrulster.com the background image contains white, so it is difficult to read the banner text.
The blog I need help with is: mrulster.blog
Hi,
This custom CSS will make the text black:
#banner-text * {
color: #000 !important;
}
But since the image is very busy, you may want to think about sticking with white text and make the image darker.
The topic ‘Change text colour in banner’ is closed to new replies.