Home Forums Themes Support Claue buttons on product images

Topic Resolution: Resolved
Viewing 4 reply threads
  • Author
    Posts
    • #11016

      Hi team,

      1. Also I would like to know how to change the colors of the two buttons ? I prefer to have it transparent too see images.  What I want with hover of course
      2. And where can I choose or write the text on this buttons ? As shown on image there are different text on the buttons.

      Cheers,w

      Marjolein

    • #11019

      Hi Marjolein,

      You can add custom css code in Claue > Theme Option > General Layout > Custom CSS

      .btn-quickview,
      .product-inner .product-image .product-btn .button,
      .product-inner .product-image .added_to_cart {
      background: none;
      border: 1px solid #222;
      line-height: 40px;
      margin: 10px 0;
      }

      You can change text in button by use Loco Translate plugin http://support.janstudio.net/forums/topic/theme-translation/ when create new language choose English-Us

      Cheer,
      Harry

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

    • #11029

      Hi Harry,

      Loco Translate plugin is perfectly working, thanks !

      For the changing of color of both buttons, it didn’t work.

      I want to have them both transparent same as on this picture (hover not necessary, it didn’t work at all, so transparent as on image will be fine).

      Example

      Kind regards,

      Marjolein

       

    • #11034

      Hi you can add more code to fix hover state

      .btn-quickview:hover,
      .product-inner .product-image .add_to_cart_button:hover,
      .product-inner .product-image .added_to_cart:hover {
      background: none !important;
      color: #222 !important;
      }

      Best regards

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

    • #11055

      Hi Harry,

      I will put this on resolved.

      Everything is working very well now.

      Thank you so much for your help.

      Best regards,

      Marjolein

Viewing 4 reply threads

You must be logged in to reply to this topic.