Add Back Button on mobile searcn - by Bank

This topic has 2 replies, 2 voices, and was last updated 3 years ago ago by Rose Tyler

  • Avatar: Bank
    Bank
    Participant
    March 30, 2021 at 07:22

    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

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 30, 2021 at 12:02

    Hello,

    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;
        }
    }

    http://prntscr.com/10zuush

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.