SOLVED

SOLVED

sippinonsunshin
Tourist
15 0 3

/* Ensure the background and text color apply across all devices */
.color-scheme-1.gradient, #MainContent {
background-color: #fff2de !important;
color: #7c715b !important;
}

/* Additional specificity to target mobile devices */
@media only screen and (max-width: 767px) {
.color-scheme-1.gradient, #MainContent {
background-color: #fff2de !important;
color: #7c715b !important;
}

This is the current code i have pasted into base.css 

Code worked before i mustve went in and messed something up but background is no longer applied on mobile when looking on safari

 

www.sippinonsunshine.net

code: anna

Replies 0 (0)