Home Forums Themes Support Claue View Details button on Quick View Popup Window

Topic Resolution: Resolved
Viewing 5 reply threads
  • Author
    Posts
    • #8116

      Hi Admin

      I need some help. Is it possible to have a “View Details” button on quick view popup window so that by pressing that button it leads to the product page. To explain it I’ve attached a screenshot. Thanks in advance

      regards

      faheem

      Attachments:
      You must be logged in to view attached files.
    • #8120

      Hi faheem,

      Please add this code in functions.php file of child theme

      Cheers,
      Foster

    • #8127
      This reply has been marked as private.
    • #8128

      Hi,

      You can add custom css code

      @media only screen and (max-width: 1024px) {
      .content-quickview.entry-summary + .button { margin: 0 0 20px 0;}
      }
      @media only screen and (max-width: 736px) {
      .content-quickview.entry-summary + .button { margin: 0 0 20px 15px;}
      }

      Best regards

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

    • #8138

      Thank you very much. Your support is great.

    • #8141

      You’re welcome.

      Could you please help us give our theme good reviews and 5 stars rate at https://themeforest.net/downloads

      We are really appreciate.

      Thank you so much and have a great weekend!

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

Viewing 5 reply threads

You must be logged in to reply to this topic.