- This topic has 8 replies, 3 voices, and was last updated 4 years, 5 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
Have you tried using HubSpot’s limited functionalities? Then, it is time to migrate your HubSpot website to WordPress. WordPress provides many features, themes, Plugins, and […]
WordPress Migration to New Server From now on, you don’t need to worry about the WordPress migration to the new server. Because it looks complex, […]
Migration of e-Commerce Website If you have decided on the migration of e-commerce website, you are most probably already familiar with this. When you migrate […]