Home Forums Basel support forum Return to shop button

Return to shop button

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #31518

    dinatostore
    Participant

    Hello there,

    I have a button appear on the search box in the header, but this one has nog function. Also when I clicked on it, the search box will opens. How can I remove this button? See attachment for example.

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

    Artem Temos
    Keymaster

    Hi,

    This arrow is not in its original position because of this custom CSS code added https://gyazo.com/74594cc2ecf3756963a8ca4bfd010953
    You can hide it with the following CSS code

    .basel-back-btn {
    	opacity:0;
    }

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)