PDA

View Full Version : Need Help Changing Specific Page Colors



Kamikaze
27 Oct 2005, 01:56 AM
I want to change a specific part of my site to a different color then the default BG. I don't know if I would have to create a frame or what....I'm using Joomla CMS FYI, any help is appreciated.

Example: www.kamikazeproductions.com/sitehelp.jpg

Site: www.kamikazeproductions.com

Rincewind
27 Oct 2005, 11:35 AM
You would use CSS to change the apearance of various elements of your page. Look at the html produced by your CMS. Find the part in the code where the element that need chagned resideds. It will probably have a class or id. Now look in the css file for your site and find that class or id in there. Add something like background-color:#CCFFCC; into the css file in that class or id. Save the css file and upload it to your site.

P.S. backup the old files before making any edits.