Home Forums WoodMart support forum Pointer cursor appearing on Information Box even if button field is empty

Pointer cursor appearing on Information Box even if button field is empty

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #161062

    d_ch
    Participant

    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.
    #161129

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    header .info-box-wrapper {
    pointer-events:none;
    }

    Best Regards

    #161355

    d_ch
    Participant

    Thank you! It worked perfect!

    #161367

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Pointer cursor appearing on Information Box even if button field is empty’ is closed to new replies.