- This topic has 8 replies, 3 voices, and was last updated 4 years ago by .
Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Sportsman Theme – Header & Footer
Hi, Im using the Sportsman theme and using a graphic header logo. The background colour of the header changes to blue on mobile layout – Please help
Also the copyright area color can not be set to what I want – gives a different colour.
Hi,
Kindly show us your website URL please?
Regards,
Chris
Hi, Below is the URL. Mobile version gives a different Header background colour. Please help.
https://www.pssl.lk
https://www.pssl.lk/
Kindly paste the URL of the site directly.
Regards,
Shri
www.pssl.lk
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) {
.header {
background: #272425;
}
}
#copyright {
background: #272425;
}
Regards,
Chris
Thank you.
The Copyright background works now, but the Header background in Mobile version still gives a different colour!!
Hi,
Remove
@media screen and (max-width:479px) {
.header {
background: #272425;
}
}
#copyright {
background: #272425;
}
And Add this new CSS:
@media screen and (max-width:479px) {
.header {
background: #272425 !important;
}
}
#copyright {
background: #272425;
}
Regards,
Chris
Looking for the best fastest WordPress themes? Stop right here! These lightning-fast themes are optimized for peak performance without sacrificing style. Perfect for speed-conscious bloggers, […]
Searching for the best baby products WordPress themes? We’ve got you covered! These themes combine adorable designs with powerful e-commerce features. Perfect for baby shops, […]
Want the best WordPress curriculum vitae themes? You’ve found them! Create a stunning digital portfolio that showcases your skills and experience. These themes offer sleek […]