There is a thin line below he masonry gallery but not above.
I do not want a line below ether.
See link
Hey studioinktvis,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#after_masonry {
border: 0 !important;
}
Hope it helps :)
Best regards,
Nikko
No did not work
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
#after_masonry {
border: none!important;
}
If that does not work either, please post WP admin logins here privately so we can look into it.
Best regards,
Yigit
Yes. fixed thanks!