Change the look
The plugin displays the price list using its own template, which can be individually overwritten.
Here’s how to do it:
- In the plugin folder, copy the entire contents of the
wp-content/plugins/simple-price-list/templates
folder to thewp-content/themes/my_theme/simple-price-list
folder. (You need to create this folder.) - Modify the files in the (child) theme folder to suit your needs.
If the simple-price-list
folder exists in the theme you are using, the plugin will use the template in it. If you find * .css
and/or * .js
files here, you will also load them.
A modified template will not be overwritten by a later update to the plugin.