• Hi All,

    I am looking to remove the header image section completely in Shop Isle (free). At the moment, if I select no image, it displays a big black section that looks horrible.

    I have looked at all tutorials, and some of them show there is an option to hide banners. This seems to be an older version, and I do not want to remove ALL banners.

    I would like to do it on specific pages. I have tried:

    .page-id-15 header {
    display: none;
    }

    in advanced CSS editor, getting the page ID from Pages>Edit Page and looking in the browser bar.

    This code seems to work for everyone else, but they are all older posts. has Shop Isle been updated to not allow this? Is it even possible?

    Thanks in advance for any help!

    Harley

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Harley,

    Could you give us the link to your website so we could check how it looks? Thank you. ??

    Thread Starter harleydeed

    (@harleydeed)

    Hi there,

    It is just the basic website as per theme standard, I haven’t even started on it. Here it is though:

    https://pineappleshirtco.com/shop/

    I have also tried Royal Custom CSS to edit individual pages, but to no avail.

    I managed to find some CSS code that removes the header from all pages, but this isn’t ideal ??

    Thanks in advance!

    Harley

    Hello,
    I want to remove default banner from about page and then will include own image as header image on about page .Please help me that how to do it.

    This is may website https://quedash.com
    I am waiting here for your reply asp
    Thanks.

    Hello @harleydeed,

    Add the following custom CSS to customize-> Additional CSS

    .page-header-module {
        display: none;
    }

    Hope it helps and let me know if you require any further assistance.

    Hi@khanashik22,

    You can change this from customize ->Header -> header image

    Let us know if you need help with anything else!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove header image – Shop Isle’ is closed to new replies.