How can i add back button on mobile header, Back button need to go back to previous search or previous page which is very important for shopping experience. thx
Theme version: 2.9Hello,
Try to add the next code in Theme Options > Theme custom CSS > Global custom CSS:
@media only screen and (max-width: 1200px) {
.back-history {
display: block !important;
}
}
@media only screen and (max-width: 480px) {
.back-history {
margin-top: 30px;
}
}
Regards
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.