Home Forums Basel support forum Header banner above the header

Header banner above the header

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #82010

    Maikel
    Participant

    Hi support,

    I use your ‘header banner’ function on my mobile website.

    But on my desktop version, I do not want to display it (see image).

    Hopefully you can help me!

    Best regards,

    Maikel

    #82011

    Maikel
    Participant

    Sorry, see image.

    Attachments:
    You must be logged in to view attached files.
    #82031

    Hello,

    Add this code to the Theme Settings > Custom CSS > choose the CSS for device where you want to hide the banner:

    .header-banner-container{
    display:none;
    }

    Best Regards

    #82044

    Maikel
    Participant

    Hi support,

    Unfortunately, this code doesn’t work.

    Only the content in the banner disappears, but the banner itself is still visible (see image).

    Best regards,

    Maikel

    Attachments:
    You must be logged in to view attached files.
    #82127

    Hello,

    Please replace the code with this one:

    .header-banner{
    display:none;
    }

    Best Regards

    #82480

    Maikel
    Participant

    Hi,

    Great support, thank you very much!!

    Best regards,

    Maikel

    #82498

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Header banner above the header’ is closed to new replies.