Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘deactivate mouse over icon on image’ is closed to new replies.
hi, how can i deactivate the mouse over image on this two images? http://i.imgur.com/OJYDZ1F.png and here: http://i.imgur.com/MZ9ul6T.png
Hey wiwaldi79!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-2 #av_section_2 .image-overlay,.page-id-2 #av_section_9 .image-overlay {
display: none!important;
}
Regards,
Yigit
Wow, Thank you. CLOSED.