Home Forums Themes Support Claue Hide product Features

Viewing 3 reply threads
  • Author
    Posts
    • #15051

      Hi Harry,

      In the homepage, when I put the mouse cursor on a product , I see the product details like : Brand, Size, Color & …

      How can I hide these?

      And now while I am using the rtl version, The product title and the price under that have rtl direction!

      How can I center both of them? Product title + Price ?

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #15055

      Hi Rahim,

      1. To hide product attribute when hover on product list please go to Claue > Theme Option > WooCommerce > Product Listing > Enable Products Attribute On Product List and uncheck the field you don’t want to show

      2. Please add custom css code

      .product-info.mt__15 {text-align: center;}
      .price + .swatch__list {display: block;}
      .swatch__list--item {display: inline-block;}

      Best regards

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

    • #15069

      Dear Harry,

      I would like to center align some elements on homepage!

      So could you please tell me how to do that?

      1. latest posts from blog ( title and the date and author of that ( 2 rows ) )
      2. 4 Icon and Text content (100% PAYMENT SECURE , … )
      3. 5 widgets on the footer
      4. Sub categories in the menu

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #15084

      Hi Rahim,

      Please add custom CSS code

      .jas-sc-blog .post-info.mb__10,
      .jas-sc-blog .post-content {
      	text-align: center;
      }
      
      .jas-menu > li > ul > li {
      	text-align: center;
      }
      .jas-service.tr .content,
      .jas-service.tl .content {
      	text-align: center;
      }
      .footer__top .widget_nav_menu {
      	text-align: center;
      }
      .footer__top a {
      	text-align: center;
      }

      Best regards

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

Viewing 3 reply threads

You must be logged in to reply to this topic.