• I want to remove
    Header Image from all pages (only show on home page)

    Please suggest CSS code.

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

Viewing 1 replies (of 1 total)
  • Hi
    Thanks for contacting to us.
    For this go to appearance >> customizer >> Additional css box.

    .page-title-section {
        padding: 15px 0;
        background-image: none ! important;
    }

    Change padding value as your need.

    Thanks
    Akhilesh

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Header Image from all pages instead home page’ is closed to new replies.