Viewing 2 replies - 1 through 2 (of 2 total)
  • You can only use Customizer to customize what has explicitly been defined by your theme to be customizable. But you can ALWAYS use code to make changes ??

    The CSS code below should make the header background for mobile the same as on desktop. This goes in the “Additional CSS” box of Customizer.

    @media only screen and (max-width: 480px) {
    .design-1.header-image .main-header {
    background-color: #dbbfd8;
    }
    }
    Thread Starter SALON

    (@auxsalons)

    Thank you @gappiah !!! Got it finally

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Mobile Navi Color’ is closed to new replies.