Your account expired support, please renew to get your support.

Home Forums Themes Support Claue How do I remove the featured image from the top banner of a post?

Viewing 2 reply threads
  • Author
    Posts
    • #41375
      bmerton
      Support Expired

      It is showing a very weird part of the featured image photo…how do I remove this???

      Attachments:
      You must be logged in to view attached files.
    • #41382
      Harry
      Support Expired

      Hi Bmerton,

      Please add below code to Claue > Theme Option > General Layout > Custom CSS

      .single-post .page-head {
      	background: none !important;
      }

      Kind regards

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

    • #41394
      Harry
      Support Expired

      Hi,

      The code you copy not correct https://tppr.me/AB0rb

      Please change to

      .single-post .page-head {
      	background: none !important;
      }

      It has dot “.” before “single-post”

      Kind regards

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

Viewing 2 reply threads

You must be logged in to reply to this topic.