Skip to content
Public Ticket #31044

Clickability number in the footer

Conversation thread

pedewu1 replied

Customer Reply

Now it works, thank you!

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

@media only screen and (min-width:960px) {
  .elementor-element-d1abbf9 a {
    pointer-events: none;
  }
}

Regards,
PenciDesign.

pedewu1 replied

Customer Reply

screenschots from Google Chrome (Incognito)

still clickable

PenciDesign Supporter replied

Staff Reply

Hi,

I’ve checked your site, and the code I provided is working properly. If your desktop browser still detects it as a link, that’s due to the browser’s default behavior, not a feature of the Soledad theme. I recommend checking it in a different browser, such as Firefox, for comparison.

Regards,
PenciDesign.

pedewu1 replied

Customer Reply

Penci,

I did, but still no effect.

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

@media only screen and (min-width:960px) {
  .elementor-element-48111aa a {
    pointer-events: none;
  }
}

Regards,
PenciDesign.

pedewu1 started the conversation

Conversation Start

Hi Penci,

I would like the phone number in the footer to be clickable for mobile/tablet only. How to disable it for desktop in Elementor?

Want to join this conversation or access attachments? Sign in first.