It does what it says it would
-
After quite some time of searching and failing to find the relevant css sheet – I came across this plug-in suggestion on a forum.
With nothing to lose I downloaded it and installed it.
I now just right click my website in Firefox, “click” Inspect Element from the menu to see which element of the css is controlling the part of the page I want to modify…Example – existing code shows something like this…
.postform p {
margin: 0px 0px 6px !important;
}I then copy and paste the self and same code into the SIMPLE CUSTOM CSS plug-in and change what I want…
Example
.postform p {
margin: 5px 5px 5px !important;
}“click” the update button and refresh my browser/website – voila!
I now see the light at the end of the tunnel = many thanks to the developers ??
- The topic ‘It does what it says it would’ is closed to new replies.