Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #181615

    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?

    #181617

    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

    #181628

    wow that was fast! Great & Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change the hover effect on the portfolio items’ is closed to new replies.