- This topic has 8 replies, 3 voices, and was last updated 4 years, 6 months 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
Promising WordPress Themes We have collected the most promising WordPress themes to guarantee the sustainable and revenue generating nature of your website revolving around any […]
Free WordPress Google Map Plugins Google Maps are the maps that can be integrated into your website to show the address in the proper way. […]
Sitecore to WordPress Migration When you want to grow your business, your Sitecore CMS platform can sometimes seem complex and expensive. Then, you need a […]