Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #314596

    Hey guys,

    I’m using the Enfold theme with the “Justified Image Grid”. Everything works except for the fact that enfold has the style “.image-overlay” which places the circle over my images (in case they are links). I found out how to change the different parts of that style with entering an overwrite in the quick-css (e.g. .image-overlay{background : 0;}) to remove the background. But is there a chance to remove the whole style for “Justified Image Grid”?

    I would also prefer not to edit the base.css.

    Any idea?

    Thanks in advance

    quicky

    #314606

    Hey!

    Try adding this code to the Quick CSS:

    .image-overlay{ display: none !important; }
    

    Cheers! 
    Josue

    #314614

    Hey Josue,

    you rock! It works :-)

    Thanks a lot!

    quicky

    #314615

    You are welcome, glad to help :)

    Regards,
    Josue

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