07/04/2013 at 1:53 pm
#264321
Keymaster
I’m going to assume you have cMap 3.0.x with the following instructions…
The cmap.css file which can be found here:
../wp-content/plugins/cmap
Make your changes to the cmap.css
file and then create a minified version named cmap.min.css
. Creating the minified version is important because, by default, the minified CSS file is the one loaded on the page. If you’re unsure about creating a minified version, just duplicate cmap.css
and name it cmap.min.css
.
Hope that helps.