Replies: 0
I want to insert the following css code to remove the links in the Masonry grid in my Enfold theme so it’s doesn’t link to another page. Just using it for a visual effect.
CSS Code to insert:
.ae-removeportfoliolink .av-masonry-entry {
pointer-events: none;
}
I get the follow error:
The snippet has been deactivated due to an error on line 1:
syntax error, unexpected ‘.’
How do I need to wrap this for PHP?
Thanks!