Home › Forums › Pro Version › How to add custom css to A SINGLE PAGE › Reply To: How to add custom css to A SINGLE PAGE
August 21, 2015 at 7:52 am #6934
Keymaster
Hi,
There is no option for that in our plugin. However it can be done. There must be some class in your body tag for that page. Most probably page slug.
So you can keep this css like this.
body.PAGE-SLUG-CLASS [and then masonry element]{}
Hope this helps.
Thanks