Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #213567

    I found this code in forum to help me to remove the enlarge or magnification in lightbox:

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

    It did not work for me. See my page:

    http://hubholdings.com/profile/

    Here is all of my custom coding for the site:

    .iconbox .iconbox_content .iconbox_content_title { text-transform: none; }
    .main_color .avia-icon-list .iconlist_icon { background-color: #ffffff; }
    #av_section_1 { background-color: #f2f2f2; }
    .team-member-name, .team-member-job-title { text-align: center; }
    .image-overlay {display: none !important;}

    thanks for your help.

    #213574

    Hey segalmedia!

    Please flush browser cache and refresh your page a few times. It does seem to work on my end

    Best regards,
    Yigit

    #213602

    Hi, perhaps I followed the incorrect forum. I wanted to remove the enlarge icon from a lightbox. I added the code above and it did remove all image overlays (which I actually want to keep), but left the enlarge button on my lightbox. I have removed the line of text from my code for now. What is the correct code to just remove (or move) the enlarge button. It’s a little counter intuitive to clients as they are accustomed to seeing the X for close in the upper right.

    Thanks,

    Lisa

    #213606

    Hi!

    If you mean search icon on the main menu, you can go to Enfold theme options > Header and uncheck “Append search icon to main menu”
    If that is not what you meant, can you post a screenshot and show what exactly you would like to remove?

    Regards,
    Yigit

    #213609

    It is not a search icon and I have a sceen shot but don’t see how to add an image to this post…. can you advise?

    #213615

    Hey!

    You can upload your screenshots on imgur.com or Dropbox public folder and post the links here

    Regards,
    Yigit

    #213616

    http://imgur.com/6MweY1R Here is my screen shot

    Thanks so much

    #213643

    Hi!

    You can add this on Quick CSS or custom.css:

    .pp_expand {
    display: none !important;
    }

    Regards,
    Ismael

    #213661

    AWESOME! Thanks so much!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘disable magnification in lightbox’ is closed to new replies.