• I’m using the Revive Theme, on my page: https://www.thelarsons.online

    I love the banner/image on the first page (Pikes Peak), but it’s a waste of valuable space on all subsequent pages. So, I’d like to remove the image from all sub/child pages.

    It appears that with each theme it varies slightly on how to do this. For this particular theme, what would be the best way to do this? I have created a child theme, but currently have it deactivated so that you all could see the code behind the parent theme (I’m not even sure that matters, but that’s what I did).

    Any help on how to do this for this particular theme would be helpful.

    And for those well intended folks that will admonish me to put this in the Revive Theme support page, it’s there. But it seems that very few people peruse that page. It seems that people with the know-how are in the main support page.

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    To start with this forum is not about COMMERCIAL themes. But you stated it clearly so, i’ll try to help a bit.

    That banner image you talk is probably called in header.php file of theme. Several ways to control that :

      tweaking header.php file (if the theme does not use a framework)
      make manual changes to the theme, this image is sure called by some php function in the wp_loop

    A blunt move would be to control this image based on page_id wordpress if() function.

    Thread Starter rumando

    (@rumando)

    Thanks for the response Digico.

    In truth, I don’t know what a commercial theme is. I just picked on from this site that seemed to have a nice layout. My purposes are not commercial, but I suspect it has more to do with who is providing the theme more than how I’m using it. InkHive (who provides this theme free or for a price are clearly commercializing the paid-for version of it).

    Anyway, you are likely correct in all that you said about the header image. I guess I was hoping for something like, “put this code in your child style.css file: <<({no header image on sub pages})>>”.

    I’ve seen where folks ask about specific themes and the answers are always to insert some code either in the child css file or remove something from the header file or override something in the header file. But usually with something every specific by the way of code within the theme itself.

    Anyway, I may look for a different theme that isn’t commercial. I’m just trying to get familiar with how to make changes like this on any theme. This issue in particular, seems to come up a fair bit. And so far, I haven’t seen anything that I’ve been able to get working.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Header Banner/Image from sub-pages’ is closed to new replies.