• 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)
  • Hi @zodiac1978,
    I’ve managed to replicate the issue. I’ve fixed that by adding the style below to Appearance > Customize > Additional CSS:

    .accent-section{
     background:#4b9b3e;
    }

    We’ll fix this in next update of the theme. Please accept the deepest apologies for the inconvenience.

    Thread Starter Torsten Landsiedel

    (@zodiac1978)

    No problem @dimned!

    I’ve fixed this with exactly the same CSS in my child theme, but wanted to report it to you, so you can fix it for all ??

    All the best,
    Torsten

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Wrong background color’ is closed to new replies.