Please Assist - Text in all Rocket Theme Templates
Posted 18 years 5 months ago
Hi
I'm not that knowadgable with coding or css stuff - I love the rocket theme templates, but whenever I create text in an editor in the back end, and publish, the template that I am using changes the text colour and squashes it together.
Can someone please tell me how to fix this? Rememeber I don't know css etc.
Re: Please Assist - Text in all Rocket Theme Templates
Posted 18 years 5 months ago
"Rememeber I don't know css etc"
...then you will need to get to know it, since its exactly that which is causing the changes to the text. You will need to open the css file which is controlling the main template (normally template_css.css) and find the definitions for the text you would like to change. To be honest, once you've found the text you wanna change, the css code is pretty self-explanatory really.
If you use Firefox I highly recommend installing CSSViewer (one of the dev tools) which makes it very easy to locate which CSS classes are applied to a web page - especially useful if you're not sure where to look in the first place!