Custom CSS
-
Hello,
I followed the instructions here and created wpbdp_custom_style.css to override CSS values (remove border from images in the listing).
.wpbdp-listing-single .main-image img {
border: none;
}The changes did not take effect, then I went to core directory and changed the wpbdp.css – no success, then I changed the value in wpbdp.min.css and it worked. But the wpbdp.min.css will be overwritten after next update. How can I preserver my changes? I use v3.4.1 of the plugin.
Thanks in advance!
https://www.ads-software.com/plugins/business-directory-plugin/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Custom CSS’ is closed to new replies.