wedocs-plugin icon indicating copy to clipboard operation
wedocs-plugin copied to clipboard

Best way to customize CSS?

Open jHetzer opened this issue 6 years ago • 1 comments

I would like to customize the plugins css but i don't want to change the plugin files internally for update reasons. When I for example use the plugin "SiteOrigin CSS" it does work but when I load/reload the page i see how the style is changing. What would be the best/recommented way to accomplish this?

(I already created a child theme to change the slug of the plugin)

jHetzer avatar Aug 29 '18 17:08 jHetzer

You can remove the default styles in 2 steps:

  1. You could overwrite the templates (https://github.com/tareq1988/wedocs-plugin/wiki/Templating)
  2. Then simply remove the class in the containing div, and replace it with your own class, this will get rid of all the default styles.

pwkip avatar Apr 17 '20 23:04 pwkip