Results 1 to 2 of 2

Thread: Need Help Changing Specific Page Colors

  1. #1
    Join Date
    Oct 2005
    Location
    Long Beach, Ca
    Posts
    1

    Need Help Changing Specific Page Colors

    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

  2. #2
    Join Date
    Mar 2004
    Location
    China
    Posts
    3,315
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •