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

Home Forums Themes Support HelpDesk set an unique single post head image

Viewing 7 reply threads
  • Author
    Posts
    • #41469
      ateacme
      Support Expired

      Hi, at the moment background head in single post page displays a part of post feature image. I’d like to set, instead, a unique image for all the post but.

      Is there a way to modify this setting, maybe with customm css?

      I want to use the same image I set in shop category pages: a simple flat colour with a little dog logo.

      Thanks a lot for any help you can provide.

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

      Hi Ateacme,

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

      .jas-wc-single .page-head {
      	background-image: url(https://labartdog.com/wp-content/uploads/2021/04/labartdog-header-new.jpg) !important;
      }

      Kind regards

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

    • #41585
      ateacme
      Support Expired

      Hi Harry,

      thanks but this code doesn’t work.

      In blog posts I still have header with the feature image

    • #41586
      Harry
      Support Expired

      Hi,

      Can you send me the admin account to check?

      Thanks

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

    • #41600
      ateacme
      Support Expired
      This reply has been marked as private.
    • #41601
      Harry
      Support Expired

      Hi,

      I change code to

      .single-post .page-head {
      	background-image: url(https://labartdog.com/wp-content/uploads/2021/04/labartdog-header-new.jpg) !important;
      }

      And it now working.

      Kind regards

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

    • #41602
      ateacme
      Support Expired

      Hi Harry, thanks a lot!

      I’d like to know if ther’s a way to reduce sub menu columns width. Now columns are too much large for the content.

      Please let me know something.

      Thanks and best regards

    • #41603
      Harry
      Support Expired

      Hi Ateacme,

      .jas-menu ul ul {
      	left: 200px;
      }
      .jas-menu > li > ul > li {
      	min-width: 200px;
      }
      .jas-menu > li > ul, .jas-menu li ul.sub-menu .sub-column .sub-column {
      	min-width: 200px;
      }

      Kind regards

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

Viewing 7 reply threads

You must be logged in to reply to this topic.