Home Forums Themes Support Claue Image Banner

Tagged: 

Viewing 6 reply threads
  • Author
    Posts
    • #24121

      Hi,

      How can we remove the image banner on our pages?
      See attached photo.

      We prefer a simple line dividing the menu from the page content.

      Attachments:
      You must be logged in to view attached files.
    • #24130

      Hi,

      You can remove it by add custom code in Claue > Theme Option > General Layout > Custom CSS

      .page-head {
      	display: none;
      }

      If you want use add a line please use the code

      .page-head {
      	padding: 1px 0 0;
      	background: #e6e7e8;
      }
      .page-head .jas-container,
      .page-head::before {
      	display: none;
      }

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #25289

      Thank you

    • #28292

      Hi harry,

      Is it possible to remove it on some pages and keep it on other pages?

    • #28297

      Yes, please remove some pages you don’t use only keep the pages you’re using.

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #28386

      I think you misunderstood 🙂

      Is it possible to remove the imagebanner (featured image + text) on some pages and keep it on others?

    • #28388

      Yes, if you edit the page you want turn off page header and scroll to Page Layout Option > Page title > Turn off.

       

      and please remove the code i suggestted.

       

      kind regard

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 6 reply threads

You must be logged in to reply to this topic.