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

Home Forums Themes Support Claue product title and post meta

Viewing 4 reply threads
  • Author
    Posts
    • #40975
      ateacme
      Support Expired

      Hi, 2 questions:

      1. I need to modify font size and weight of product title in listing pages but I see it has a particular class (product-title pr fs__14 mg__0 fwm). How can I manage it?
      2. I’d like to hide blog post metat data like author, comments, publishing data ecc. both in blog listing page and in single blog post page. Is it possibile?

      I think you should add more manage options like these in theme options (weight of title fonts – woocommerce typography – what kind of data display in blog ecc.).

      Thanks and best regards

    • #40982
      Harry
      Support Expired

      Thank for your idea.

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

      h3.product-title {
      font-weight: 500;
      font-size: 14px;
      }
      .post-author, .post-time{
      	display: none;
      }
      .page-head .jas-container .pr.mt__10 {display: none}
      

      Kind regards

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

    • #41008
      ateacme
      Support Expired

      thank you, css about product title works properly.

      In listing blog custom ccs doesn’t work, please see attached jpg

      in single blog page header – css hide comments but not date: if it’s possibile I’d like to show just the title

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

      Hi,

      Please change code to

      h3.product-title {
      font-weight: 500;
      font-size: 14px;
      }
      .post-author,.post-time,.post-meta, .posted-on, .entry-date{
      	display: none;
      }
      .page-head .jas-container .pr.mt__10 {display: none}

      Kind regards

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

    • #41058
      ateacme
      Support Expired

      Thank you, now it works properly!

      Best regards

Viewing 4 reply threads

You must be logged in to reply to this topic.