Home Forums Themes Support Claue I want to show Brand Name

Viewing 8 reply threads
  • Author
    Posts
    • #27491

      I want to show Brand Name under price.

      http://prntscr.com/lskfln

    • #27497

      Hi Kalarit,

      You need use a plugin for brand and plugin author to help you show brand at there.

      Regards

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

    • #27636

      Actually, I have added brand in attributes and want to show that in product grid under price. Variation swatch has added their color after price and I want to show that same for the brand. How can I do That?

    • #27639

      Hi,

      Please go to Theme Option > WooCommerce > Product Listing Settings > Enable and attribute on product list and check in Brand.

      Regards

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

    • #27674

      Its already checked and its working but its display at the bottom of the image, what I want is to have it display under the price in this page https://adikkt.com/fashion/women/

      How can I switch the location??

    • #27675

      Sorry plus I want it visible always. Thxs

    • #27684

      I’m sorry it can’t show only brand under price, if you want to show it will show all color, size, brand under price.

      Regards

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

    • #27690

      I do not want to show color, size … just brand on its own. There is no way in hiding the other attributes. I was planning on removing those anyways. https://adikkt.com/fashion/women/ … if users want to see color or size they will have to enter into the product.

    • #27693

      Please go to Theme Option > WooCommerce > Product Listing Settings > Enable Attribute on list uncheck color and size.

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

      .product-image .product-attr {
      	bottom: -30px;
      	left: auto;
      	right: 0;
      	opacity: 1;
      	visibility: visible;
      	color: #222;
      }

      It only can show on right same line with product title not under price.

      Regards

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

Viewing 8 reply threads

You must be logged in to reply to this topic.