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!!
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
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!!!!
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
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!!!!!!!!
Hi!
Thank you for the kind words :)
have a great day!
Best regards,
Vinay