Wrong background color
-
On Tablet and mobile view (everything under 992 pixel) the background color is wrong and shows still the default:
.accent-section { background: #27b399; color: #fff; }
On desktop it is okay, because of this inline CSS coming from the customizer color section:
@media (min-width: 992px) { .sf-menu ul a, .accent-section{ background: #4b9b3e; } .sf-menu ul > li:first-child > a { border-top: 1px solid #4b9b3e; } }
Can you please fix this in a future release @motopress?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Wrong background color’ is closed to new replies.