Site logo

Archived topic

Footer in Mobile Different Color than on Laptop, Weird

1 reply · Started by bluebit on October 29, 2017

Viewing posts 1–2 of 2

So my site wildlatina.co has generatepress mobile version disabled and when I look at my site's footer color on my iphone, it looks off. The mobile color footer should be #1c1c1c just like the primary nav menu color #1c1c1c. On my laptop the colors looks correct, but on my iphone my site's footer has a lighter black that looks almost grey, how do I fix this?

Also on my laptop I decided to scan my sites footer color with a color picker program and if you scan down the footer it has three colors, #1c1c1c, #1b1b1b, and 1a1a1a, weird!!!! But the primary nav menu is only 1 color #1c1c1c. I just want the footer to be the same color as the primary nav my phone, not a light black/grey.

Footer looks lighter on mobile, this is really weird. https://imgur.com/a/KDVUH

Hi there,

Can you try adding this CSS?

#site-navigation {
    background-color: #1c1c1c;
}
This archived topic is closed to new replies.