Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #571614

    I’d like to create a different hover state for portfolio grid items. Currently it’s a white overlay with an arrow animation. Instead I would like the hover state to be a yellow (#d18a0f) overlay with text in the center that reads “- check it out -“.

    #571667

    Hey chriscorona!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .image-overlay {
        background: #d18a0f;
    }
    .image-overlay.overlay-type-extern .image-overlay-inside:before {
        content: 'Check it out'!important;
    }

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.