• Resolved Account

    (@nestsiarenka)


    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)
  • Plugin Author Business Directory Plugin

    (@businessdirectoryplugin)

    Hi nestsiarenka,

    Here is an article about how to use custom CSS with Business Directory in a way that doesn’t get overwritten on upgrade of BD: https://businessdirectoryplugin.com/support-forum/faq/how-to-use-custom-styles-with-bd-2-1/

    That’s the best way we recommend doing this. If you don’t see the changes right away, check to make sure your client and/or server are NOT caching the old data (this can be frustrating and surprising to people). If you use the suggestion in the article above, it should work fine.

    We have noticed some themes (GoMedia, for example) do really weird overrides on the standard hooks for WP themes and prevents our custom CSS from loading. Maybe you’re hitting this too? The caching is more likely.

Viewing 1 replies (of 1 total)
  • The topic ‘Custom CSS’ is closed to new replies.