How can I add a clickable button to my mobile header?

Hi All,

Trying to add a clickable button to my header that takes you to a page. I would like it to replace my existing search icon and move the search icon to the left side see below.

Theme REFORMATION

URL: https://label-source.co.uk/

Thank you

@Danielparsons add below css

@media (max-width:425px)
{
a.thb-secondary-area-item.thb-quick-search {
    position: absolute !important;
    left: 63px !important;
}
}

Hi @Danielparsons

You can try this code by following these steps:

Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag


Hope this answer helps.

Best regards,

Victor | PageFly

Thank you! How can I now add a button in place of where the search icon was for mobile only?