• michal.gregorczyk

    (@michalgregorczyk)


    EDIT: When I click any page (kontakt in example) I want to disable header image. I want to only see logo and menu. Is that possible? I want header image only on homepage.

    Regards
    Micha?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Kevin

    (@jx-3p)

    Hey,

    You can set the image on a page by page basis with Ascend Premium, but this is not possible with the free version of the theme.

    You can hide part of the header with this CSS though:

    Try adding this to Theme Options> Custom CSS, and let me know if it works for you:

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

    -Kevin

Viewing 1 replies (of 1 total)
  • The topic ‘Disable header image when I go to category’ is closed to new replies.