Tagged Questions
1
vote
2answers
355 views
What parameter should I pass to wp_enqueue_style to depend on the themes stylesheet?
I have written a basic gallery plugin that uses wp_enqueue_style to include a stylesheet on the page. I'd like for the WordPress theme to be able to override the style of the plugin which means I'd ...
0
votes
2answers
468 views
Configure paragraph style without editing CSS
Is there a way to change the default text paragraph style in WP without changing CSS by hand?
I.e. I need GUI for that.
In particular, I want to configure padding height between paragraphs.