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

    Hello, I imagine this is quick css and may have been asked before but I cannot figure out how to search this forum for past solutions. Is there a way to do that?

    As you know, on Enfold when the user mouses over a photo, a red arrow appears along with a white overlay so the photo looks greyed out. Is it possible to have the arrow appear without the white overlay? Is that a setting or quick css or ?

    Thanks!!

    #646583

    Hey goldengate415,

    To remove the image overlay please refer to this link http://kriesi.at/documentation/enfold/disable-css-overlay-on-images/

    Best regards,
    Vinay

    #646584

    Thanks Vinay!
    This css removes the arrow AND the grey out of the photo… is there a way to keep the red arrow but remove the grey out? So half of the effect..?

    Also is there a way to search this forum so we don’t bother you with repeat questions?

    Thanks!!!!

    #646597

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .image-overlay {
     visibility: hidden;
     }
     .image-overlay-inside:before {
     visibility: visible!important;
     }
    

    The search bar is located on top of the support page here https://kriesi.at/support/
    Alternatively you can use google just type kriesi first and your question and google shows you the best answers from the forum or you can use site:kriesi.at in the search term as well.

    No, you don’t bother at all… we are very happy to answer all your questions :)

    Feel free to keep them coming.

    Best regards,
    Vinay

    #646598

    Perfect Perfect Perfect!!!

    You guys do such a great job on support…. we now forgive you for update 3.6!! ha ha!!!

    Thank you again!!!!!!!!

    #646701

    Hi!

    Thank you for the kind words :)
    have a great day!

    Best regards,
    Vinay

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change mouse-over photo behavior… remove white overlay?’ is closed to new replies.