Home Forums Themes Support Claue Go Back button on the product page

Viewing 5 reply threads
  • Author
    Posts
    • #7632

      Is it possible to add another link like the size guide and delivery and return links on the product page which says “GO BACK”

      Would use the following code as link to return back to the last page:

      Go Back
      or

      <script>
      document.write(‘Go Back‘);
      </script>

       

      thank you :))

    • #7687

      Could you tell me where you want place this button?

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

    • #7722
      This reply has been marked as private.
    • #7738

      Hi,

      You can use below code and add to functions.php in claue-child

      Find the code

      <img src="pathtotheimage/image.png" alt="back button"/>

      and change pathtotheimage/image.png with our image path in your media

      Best regards

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

    • #7743

      Thank you, this work, but how can i make the image act as a link as well and when hover go same as link colour?

       

      Many thanks

    • #7750

      Hi,

      You can move code of image into a tag to

      <a href="javascript:history.back()"><img src="pathtotheimage/image.png" alt="back button"/> Go Back</a>

      The image can’t change when hover.

      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.