Remove Link Icon

Hi there,

I am trying to remove the link icon (arrow) on one of my elements, how do I go about removing it?

Hello Carolina,

Please try this code in X > Theme Options > CSS:

.ua-interactive-banner a {
    pointer-events: none;
}

.ua-interactive-banner figure:hover,
.ua-interactive-banner a:hover {
    cursor: default;
}

Here are some related links for further reading:

Hope this helps.

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