• My popup menu background is white and I need to change. I tried a few CSS, but they don’t work. Please help.

Viewing 11 replies - 1 through 11 (of 11 total)
  • Hello, could you please provide the URL of the site where you are experiencing the background issue on mobile?

    Thread Starter hugosha21

    (@hugosha21)

    The background color is set by the theme you are using. It is currently set to white. You should be able to find the setting in the theme that is responsible for this. It should be something with Header Background I think. If you have any questions, please contact the theme support: https://www.ads-software.com/support/theme/yith-wonder/

    Hi there, the issue is with your CSS. Here’s the problematic code:

    .wp-block-navigation__responsive-container.is-menu-open {
    background-color: var(–wp–preset–color–header-background) !important;
    padding: var(–wp–preset–spacing–40);
    }

    FILE: wp-content/themes/yith-wonder/assets/css/general-block-style.min.css

    To fix this, you need to customize the background color of your header in your theme’s settings. Here’s how:

    Open your WordPress Dashboard.
    Go to Appearance -> Editor to open the Site Editor.
    Currently, the color set for the –wp–preset–color–header-background variable is #f0f0f0. You’ll need to change this to your desired color or make it transparent.

    Thread Starter hugosha21

    (@hugosha21)

    I found the file FILE: wp-content/themes/yith-wonder/assets/css/general-block-style.min.css but couldn’t find where to set background color variable, there is no mention about header background color.

    When I go to Appearance —Editor, I don’t see Site Editor.

    Please advise what I can do. Thank you.

    threadi

    (@threadi)

    I would rcommend to contact the theme support: https://www.ads-software.com/support/theme/yith-wonder/

    Thread Starter hugosha21

    (@hugosha21)

    Thank you! Will do.

    Thread Starter hugosha21

    (@hugosha21)

    I see the same questions posted on Theme Support, but no answers.

    Hi folks,

    From what I can see, this is not a WordPress mobile app related issue but rather on how the site looks like on a mobile device. That said, the best place to ask for assistance is, as suggested, in the theme’s forum thread.

    Thank you!

    Thread Starter hugosha21

    (@hugosha21)

    I posted a question to themes forum two days ago, no response. There were several non-answered questions related to the same issue there posted weeks and month ago. Looks like nobody knows how to fix it.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    From what I can see, this is not a WordPress mobile app related issue

    You are correct. Moves to Fixing WordPress

    Moving it to the correct plugin/theme forum breaks things. Please continue in the right forum.

    https://www.ads-software.com/support/topic/mobile-popup-menu-background-2/

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Mobile popup menu background’ is closed to new replies.