• sp1114151

    (@sp1114151)


    Hi

    I am trying remove the banner picture which appears on the home page from ever other page on the site.

    I would also like to know how to keep the site title and menus there but not the banner image

    Any help would be greatly appreciated

    • This topic was modified 9 years ago by sp1114151.
    • This topic was modified 9 years ago by sp1114151.
Viewing 13 replies - 1 through 13 (of 13 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Please provide a link to a page on your site where we can see this. Thanks.

    Thread Starter sp1114151

    (@sp1114151)

    hi

    my link is http://www.thetecroom.com

    thanks

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Please remove the coming soon plugin.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Please remove the coming soon plugin.

    Thread Starter sp1114151

    (@sp1114151)

    Hi Steve

    The page should be live, plug in is removed

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    This CSS should do it:

    .header-image {
        display: none;
    }
    
    .blog .header-image {
        display: block;
    }

    To add CSS:

    • If you are using WordPress 4.7, use the “Additional CSS” option in the customizer.
    • If your theme has a custom CSS option, use that to add the CSS shown above.
    • If not, install the plugin Simple Custom CSS.

    Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.

    Thread Starter sp1114151

    (@sp1114151)

    Thank you very much !

    One More question, if i wanted to put a different picture on the top of that page how would I go about that ? Ive tried multiple times to find where i would do that but to no avail.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    The developers and users of that theme would be the best people to ask. You can reach them here:

    https://ww.wp.xz.cn/support/theme/poseidon

    Thread Starter sp1114151

    (@sp1114151)

    Hi

    So I changed the header to have a sliding banner on the top which worked perfectly.

    The only issue is now the sliding banner is on every page ?

    I put the css code in you provided again but it deosnt seem to stop the banner being displayed on every page again.

    Thanks

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    The developers and users of that theme would be the best people to ask. You can reach them here:

    https://ww.wp.xz.cn/support/theme/poseidon

    Thread Starter sp1114151

    (@sp1114151)

    these forums are useless…

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    These forums are not to solve all your problems. You had a solution then you changed stuff. Now you say, “Steve, fix it again.” Twice, I’ve given you a link to the theme developers. If they are not supporting the theme to your satisfaction, perhaps you should choose another theme.

    In addition, I gave you a link to the Chrome developer tools, where you can learn to use them to see and modify the CSS that controls your site.

    Thread Starter sp1114151

    (@sp1114151)

    If these forums are not to solve problems then what are they for ?
    Any way thanks for your help…

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Remove Banner from every page’ is closed to new replies.