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

Home Forums Themes Support HelpDesk Metro Show / Display product Title & Price

Tagged: 

Viewing 1 reply thread
  • Author
    Posts
    • #39633
      baalamb
      Support Expired

      Hi there is it possible to show permanently the title and pricing on Metro category view?
      I have tried this CSS but didn’t work for me when trying to publish.

      ====METRO CATEGORY VIEW========
      .products.metro .product-info {
      position: absolute;
      left: 15px;
      bottom: 15px;
      z-index: 10;
      opacity: 100;
      visibility: visible!important;
      background-color: #fff;
      padding: 8px 8px 8px 8px;
      }
      .products.metro .product-info h3 a {
      color: #000;
      }

       

    • #39636
      Harry
      Support Expired

      Hi,

      Please change code to

      .products.metro .product-info {
      	opacity: 1;
      	visibility: visible;
      }
      .products.metro .product-info h3 a {
      color: #000;
      }

      Kind regards

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

Viewing 1 reply thread

You must be logged in to reply to this topic.