Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1146241

    Hi Team,
    what I have to do for switch off the overlay for an image with link.
    For example take a look please at the right footer in the website at private content of this post.
    There is the left logo without overlay and the right logo with overlay baut I don’t know why :)

    Thank you and best regards
    Mike

    #1146249

    Hey Mike61,

    Add this to quick css:

    .image-overlay { display: none !important; }

    Best regards,
    Jordan Shannon

    #1146264

    Hey Jordan,

    thank you but I think this quick css is for all images and not only for the two images in the footer?!
    And why have one image the overlay and the other not?
    Best regards
    Mike

    #1146265

    Hi,

    So you only want them removed from the footer?

    Best regards,
    Jordan Shannon

    #1146268

    Hi,
    yes and I whant know what is differnt between this both images :)
    Best regards
    Mike

    #1146292

    Hi,

    Add this to quick css:

    #footer .image-overlay { display: none !important; }

    And the first image has the overlay hidden via css. This same style is not applied to the second image.

    Best regards,
    Jordan Shannon

    #1146298

    Hi,

    ah, it is because the class “size-full”. Ok, that is what I need.

    Best regards
    Mike

    #1146302

    Hi,

    Did you need additional help on this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1146303

    you can close this ticket

    #1146306

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Image Link overlay’ is closed to new replies.