Helle i want to change the hover effect when im in the portfolio page, when I hover an portfolio I don’t want the circle with a rotating arrow, but a square box with the text “Read more”
How can i change that?
Hey Helgi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.image-overlay.overlay-type-extern .image-overlay-inside:before {
content: 'read more'; font-size: 16px; }
.image-overlay .image-overlay-inside:before { border-radius: 0; }
Best regards,
Yigit
wow that was fast! Great & Thanks