New Landing How can we help? Atelier How to remove Global Banner on specific pages?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #303232
    alexanderchristiansen
    Member
    Post count: 179

    Hi awesome swift,
    How do I remove the global banner on specific pages?
    It’s this page:
    https://organicbasics.com/journal/

    #303233
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    .page-id-8850 #sf-header-banner {
        display: none!important;
    }

    -Rui

    #328784
    EvicaZgz
    Member
    Post count: 17

    Hi! I’ve the same question. I’ve add this css code for every page, but… How can remove it in all post pages without having to enter one by one all the blog post?

    #328792
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    @EvicaZgz

    If you want to disable across all the site you can do that in the theme options.
    What exactly you want to achieve?

    -Rui

    #328794
    EvicaZgz
    Member
    Post count: 17

    I need the banner only to be seen on the store pages.

    My web mixes services + store + blog. I have disabled the banner using the css code that appears in an earlier response in the service pages and I would need to disable it also in blog posts.

    In the general page where all the posts are shown, I deleted it but I do not know if it is possible that it does not appear in individual posts.

    #328804
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    In that case remove the css you entered and place the css below.

    #sf-header-banner {
        display: none;
    }
    
     .woocommerce-page #sf-header-banner {
        display: block!important;
    }

    -Rui

    #328838
    EvicaZgz
    Member
    Post count: 17

    Thank you Rui!

    #328986
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Thanks Rui, marking as resolved.

    – Ed

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register