This topic has 2 replies, 2 voices, and was last updated 1 years ago ago by Rose Tyler
Hello, when creating a banner, the button link of the text can be marked, this is of course not nice, I mean here in the mobile view. A video screen is private.
Hello,
Thank you for getting in touch with us.
The next custom CSS code can be used:
.banner-button {
-webkit-user-select: none; /* Safari */
-ms-user-select: none; /* IE 10 and IE 11 */
user-select: none; /* Standard syntax */
}
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up