Home › Forums › All Other Themes › Sportsman Theme – Header & Footer
- This topic has 8 replies, 3 voices, and was last updated 2 years, 11 months ago by
Forum Moderator.
-
AuthorPosts
-
September 28, 2020 at 1:36 pm #163620
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.September 29, 2020 at 11:49 am #163697Hi,
Kindly show us your website URL please?
Regards,
ChrisOctober 15, 2020 at 4:59 am #166966Hi, Below is the URL. Mobile version gives a different Header background colour. Please help.
https://www.pssl.lkOctober 15, 2020 at 5:02 am #166967https://www.pssl.lk/
October 15, 2020 at 11:56 am #167040Kindly paste the URL of the site directly.
Regards,
ShriOctober 15, 2020 at 12:15 pm #167045www.pssl.lk
October 16, 2020 at 12:28 pm #167126Hi,
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,
ChrisOctober 20, 2020 at 3:35 pm #167359Thank you.
The Copyright background works now, but the Header background in Mobile version still gives a different colour!!October 21, 2020 at 12:17 pm #167436Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.