Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Syntax Error

$
0
0

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!


Viewing all articles
Browse latest Browse all 59525

Trending Articles