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

    I am trying to create a basic rollover image in a code block but the arrow keeps showing up.

    Is there any way to use a short code, or anything else to stop the arrow from showing up? Turn it off so to speak?

    Thx in advance.

    #424451

    Hey fgrippe!

    You can hide the arrows by adding this to Quick CSS under Enfold–>General Styling:

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

    Cheers!
    Rikard

    #424769
    This reply has been marked as private.
    #425669

    Hi!

    try this code instead:

    .image-overlay.overlay-type-extern .image-overlay-inside:before {
    display: none;
    }
    

    Best regards,
    Andy

    #425688
    This reply has been marked as private.
    #426071

    Hey!

    Please add following code to Quick CSS instead

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

    Regards,
    Yigit

    #426094
    This reply has been marked as private.
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Basic Rollover Image with Link in Code Block’ is closed to new replies.