Add back to previous page
-
Hello, is it possible to add a button or an arrow at the top of the products to go back to the previous page?
Attachments:
You must be
logged in to view attached files.
Hello,
Sorry there is no direct option in theme settings available for that. But you can add a back button in the mobile header.
Navigate to WoodMart > Header Builder > Edit Current Header > Switch to Mobile Header > Add the Text/ HTML elements and paste the following code:
https://ibb.co/k5nMzM2
<button id="hdr_bck_btn" onClick="window.history.back()"><i class="fas fa-chevron-left"></i></button>
Then, Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Custom CSS for mobile section:
#hdr_bck_btn {
color: #7f2f2f !important;
background-color: #396539;
}
Best Regards.
Hello,
You are Most Welcome.
We are glad that you managed to solve the problem yourself. You are Great!!!
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Have a wonderful day.
Topic Closed.
Best Regards.
The topic ‘Add back to previous page’ is closed to new replies.