Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #331522

    Hi, I’m simply trying to get the background of the Masonry gallery (av-inner-masonry-content-pos) to change colour on hover. Can you let me know how to do this. I’ve tried various thinks and feel I’m missing something really obvious.

    Thanks

    #331584

    Hi tastedesign!

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

    figcaption.av-inner-masonry-content.site-background:hover {
    background-color: #00b1b0;
    }

    Cheers!
    Yigit

    #331652
    This reply has been marked as private.
    #331658

    Hey!

    You can add following code to Quick CSS to remove border radius

    .avia-post-nav .entry-image img { border-radius: 0; }

    and this one to remove the image

    .avia-post-nav .entry-info span.entry-image { display: none; }

    Cheers!
    Yigit

    #331703
    This reply has been marked as private.
    #331705

    Hi!

    You are welcome, glad we could help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Changing Masonry Inner content background’ is closed to new replies.