Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #394927

    Hi!

    How to remove (or change) the default icon theme enfold rollover images that contain links?

    Furthermore, each imported image created a linked file, how can I remove this default setting. I do not want to link my images except when I ask manually.

    Best regards,
    Bubarama

    #395048

    Hey Bubarama!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

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

    and also see – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/

    Regards,
    Yigit

    #400518

    Hi Yigit!
    Thank you for your reply.
    It works. However, I would also remove the link that opens the “main image” in a lightbox on my blog.
    Thank you in advance for your help.
    Best regards,
    Bubarama

    #400520
    This reply has been marked as private.
    #400522

    Hey!

    Please add following code to Quick CSS as well

    .single .big-preview.single-big {
    pointer-events: none;
    }

    Regards,
    Yigit

    #405804

    Hi Yigit.

    It works !
    Thanks

    Bubarama

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Rollover images’ is closed to new replies.