background colour not on phone
-
the background colour set for monitor and phone layout only appears on my desktop, although the working area for phone and monitor is approving the right colour. Once I go to my iPhone it does not show it.
Please go to https://viecelicremers.com/more
The same problem on any project going from there.
I cannot see, this has anything to do with fullscreenslider activated.Any help?
-
the background colour set for monitor and phone layout only appears on my desktop, although the working area for phone and monitor is approving the right colour. Once I go to my iPhone it does not show it.
Please go to https://viecelicremers.com/more
The same problem on any project going from there.
I cannot see, this has anything to do with fullscreenslider activated.Any help?
so I got a little further by adding
.type-page.id-138 {
background-color: rgb(11, 255, 193)
}in the mobile css section, with the result, that now it shows the background colour rgb(11, 255, 193) for a second before the background turns white again. I cannot find the conflict here? Any help?
PS:
id-138 is exactly the site i am talking about:
https://viecelicremers.com/more -
Dear @Bastion
you might try:
.type-page.id-138 { background-color: rgb(11, 255, 193) !important; }Best!
Marius
-
Dear @Bastion
you might try:
.type-page.id-138 { background-color: rgb(11, 255, 193) !important; }Best!
Marius
@mariusjopen said in background colour not on phone:
.type-page.id-138 {
background-color: rgb(11, 255, 193) !important;
}@mariusjopen omg! that worked! Thank you
-
Great!! Happy to hear!