• hi

    I have a form on my page and i really want to hide the header image there, or make it much smaller as it distracts from the form, and on mobile it takes too mich space.

    how can i do that?

    Also… on mobile the menu is rather big, so people need to scroll a lot before entering data, how can i fix that?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Theme Arile

    (@themearile)

    Hi martinsplinter

    Thanks for contacting us. Don’t worry we are here to help you.

    Kindly add the below CSS in the Additional CSS box, Please go to the Appearance => Customize => Additional CSS then paste the CSS here and click to Publish button.

    .page-id-19 .theme-page-header-area {
    display: none;
    }

    And you can get the page id like the screenshot https://prnt.sc/26jzx7v. And please change the page id in above css for another pages.

    Let us know if it works.

    Thanks

    Thread Starter martinsplinter

    (@martinsplinter)

    thanks a lot ill try it asap!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘hide header image on certain pages’ is closed to new replies.