Logo Text - Disable link

Hi, I have our contact details instead of a logo image in our Header, Logo - Text. When you click on the phone number or email it directs to a new page (on a mobile phone) in the website which isn’t available.

I would like the phone number and email not to direct to a new page and only have a pop up to email or call (even coping the details so people can call or email). Is this possible?

https://edgeelectrical.co/

Thanks!

Hello Cameron,

The logo area is linked to the homepage by default so to make not clickable, you can add this CSS code in X > Theme Options > CSS:

.x-brand, .x-brand a {
    pointer-events: none;
}

Kindly note that since this is a custom code that changes the default behavior/display of the theme, you will be responsible to maintain or update the code in case you require further changes or if the code stops working in future updates. If you are uncertain how to proceed, it would be best to get in touch with a developer.

Hope this helps.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.