Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #561194

    Hello dear support team!

    I have a question regarding the widget menu:

    I have insert in one footer column the advertising area to display two pictures.
    I want to show the graphics without outgoing link. Where can I hide the function for hyperlink?
    So that it will be not clickable.

    Thanks for help!

    #561772

    Hey StudioLiner!

    I would just use a text widget and insert the images in with HTML then.

    But to answer your question you can use this CSS to disable the links.

    .avia_partner_widget a {
        pointer-events: none !important;
    }

    Best regards,
    Elliott

    #562443

    Hi Elliott,

    thank you for your answer.
    I tried it with the text widget with HTML.
    Unfortunately i get no picture with this code:

    • This reply was modified 8 years, 2 months ago by StudioLiner.
    #562512

    Hey!

    Can we please have access to your web site, so we can give it a look?
    Your second code does have errors, but the first I do not see anything.
    Can we have access to the admin?

    Cheers!
    Basilis

    #563139

    Hello Basilis,

    now the fist line code displays the graphic!
    Sometimes i get updates in the backend only after logging out.
    Many thanks!

    Cheers

    #564006

    Hi!

    Both the images are visible in the footer to me please let me knwo if there is anything else that i can help you with?

    Best regards,
    Vinay

    #564012

    Hi Vinay,

    everything is ok. First code line is working. You could close this ticket.
    Thank you & enfold team for outstanding support!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Widges: Hide function hyperlink in advertising area’ is closed to new replies.