Home Page Background Colour Different on Mobile to Desktop
-
Hi Guys!
I’m in the process of updating my website and just noticed that the colour of my home page background is different on mobile than it is on desktop view. It should be specifically #363435 as per my branding, and instead it’s appearing as a much darker black. I’ve tried to target it using the following css but with no luck so far;
@media only screen and (max-width: 767px) {
.page-id-8103 {
background-color:#363435 !important;
}
}I think it’s being overridden somewhere but can’t find it – any help would be greatly appreciated – thank you!
RachelThe page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Home Page Background Colour Different on Mobile to Desktop’ is closed to new replies.