Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #866825

    Riceman
    Participant

    Hi,

    Is it possible to add an Image/banner on Category pages only? I am using Integrity.

    I want to add a banner between the top nav and the category title in the image below. I am happy to do a template override..I just don’t know which file to use.

    #867330

    Christian
    Moderator

    Hey there,

    Please see https://community.theme.co/kb/customization-best-practices/ first before starting with customization. The template you would need to override is _landmark-header.php located in x\framework\views\integrity. Basically, you would need to add your image banner under the line

    <header class="x-header-landmark x-container max width">

    that is under the is_category WordPress conditional tag. Please seek help from a developer should you not feel comfortable making these changes yourself.

    Thanks.