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

Home Forums Themes Support Claue down the Add to Cart and Quick View products

Topic Resolution: Resolved
Viewing 5 reply threads
  • Author
    Posts
    • #32075
      mahmoudyounis
      Support Expired

      Hello.

      Is it possible to put down the Add to Cart and Quick View products under the product pictures in the product listing?

    • #32077
      Harry
      Support Expired

      Hi Mahmoudyounis,

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

      .product-image .product-btn .button, .product-image .added_to_cart, .product-image .product-btn .btn-quickview {
      	background: #ccc;
      }
      .product-btn {
      	top: inherit;
      	left: inherit;
      	-webkit-transform: inherit;
      	transform: inherit;
      	opacity: 1;
      	visibility: visible;
      	position: relative;
      }

      Kind regards

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

    • #32079
      mahmoudyounis
      Support Expired

      Thanks, it work done.

    • #32094
      mahmoudyounis
      Support Expired

      Dear,

      i make test on mobile and give me this error

      please help and support

    • #32097
      Harry
      Support Expired

      Hi,

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

      @media only screen and (max-width: 1024px) {
      [dir="rtl"] .product-btn {
      	left: inherit;
      	right: inherit;
      	position: relative;
      	top: 0 !important;
      }
      .product-image .product-btn .button {
      	display: block;
      }
      .btn-quickview {
      	text-indent: inherit;
      }
      [dir="rtl"] .btn-quickview::after {
      	display: none;
      }}

      Kind regards

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

    • #32129
      mahmoudyounis
      Support Expired

      Thanks

Viewing 5 reply threads

You must be logged in to reply to this topic.