How do I relocate the click to call button on my website?

Hi, Im pretty new to Shopify and the old web dev created the site and is not with the business, im looking to move this button but after looking I can’t find it anywhere as it does not seemed to be labelled in the Theme or code sections.

Can someone point me in the right direction please?

https://www.theoriginalbaker.co.uk/

@Theoriginabaker , which button do you have to move? I can see so many buttons on your home page.

could you please explain in more detail?

Hi, yeah its the click to call button at the bottom righthand side of the page that is clashing with the cookies and privacy policy, Im wanting to just move it a but higher so that the cookie banner can be accepted properly. Thanks

I think that button arrived from the app. I can help you to set up that by adding some CSS patches. but I am not if it’ll work for each device screen or not. I am not sure which app was used to set up. I have to check your backend to get an idea of which app has been set up for this.

You can try this CSS if it works for you. add below CSS at the end of your base.css file.

a#worldphonecallbutton{
bottom:120px !important;
}
div#worldphonecallbuttoncta{
bottom: 180px !important;
}

Thank you this really helped

1 Like