mobile menu without top bar background

In the options under Header/Subheader I created the top bar background as an image file. However, this should only be visible on the desktop view. As soon as the burger menu appears, the image should disappear from the background without replacement or be replaced by an alternative image. how can in CSS, for example, the mobile menu is set up neutrally in the background?

Comments

  • Hi,

    Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.


    Thanks

  • This is an embed external element. It can be deleted using the delete key or the backspace key. To view the full element, press the preview button below.
    This is an embed external element. It can be deleted using the delete key or the backspace key. To view the full element, press the preview button below.
    Image
    Bildschirm­foto 2023-01-13 um 14.28.49.png
    20.87 KB

    http://wptestserver.moogdesign.de/cms/

  • Please, put the following CSS code in Betheme -> Theme options -> Custom CSS & JS -> CSS.

    1. @media only screen and (max-width:767px){
    2.    #Top_bar, #Header_creative{
    3.       background-image: none!important;
    4.    }
    5. }

    Best regards

  • TOP! Thank you so much!

Sign In or Register to comment.