Pointer cursor appearing on Information Box even if button field is empty
-
Hi,
Even if I have empty the button text field of Information Box at main header of my header builder, I see the pointer cursor appearing on it on my front-end and it is appeared as an “empty” link which is not desired. How can I fix that?
Thank you in advance!
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
header .info-box-wrapper {
pointer-events:none;
}
Best Regards
Thank you! It worked perfect!
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Pointer cursor appearing on Information Box even if button field is empty’ is closed to new replies.