Hi, how do I remove the border around the posts list?
I want the list to look just like that, but without the thin border . . .
thanks!
Sean
Hi, how do I remove the border around the posts list?
I want the list to look just like that, but without the thin border . . .
thanks!
Sean
Hi Sean,
If you want to remove the all borders around the posts list, add the CSS below to your custom CSS.
.fl-node-56abacfef325f .fl-post-grid-post {
border: 0;
}
I’ve includes that modules unique class fl-node-56abacfef325f
in case you want to use the module again and have borders. This code will only affect that module.
Thanks,
Danny