Blask Theme Hover over images off?
-
Hi There,
I would like to switch the hover over the images off (which creates a black box with transparency when the mouse enters).
Does anyone know what css code I can use for this?
Thanks a lot!
J
-
Howdie!
This should remove the hover effects from your images:
.portfolio-thumbnail a:hover img { opacity: 1; } .portfolio-thumbnail a:hover:after { box-shadow: none; }Add this if you also want to hide the title when the image is hovered:
.portfolio-thumbnail:hover .project-title { opacity: 0; }Let me know if this helps!
Best regards,
Michael
-
-
Could you also tell me how to get rid of the seperation lines in the menu on the left? I figured you might know that as well!
Thanks!
J
-
Jeroen, this will hide those lines in the navigation on Blask.
.main-navigation li { border: none; } -
-
- The topic ‘Blask Theme Hover over images off?’ is closed to new replies.