Shape 5

Joomla Templates => Basics - Club => : domdeveau7 October 07, 2012, 06:35:35 AM



: changing template color outline, but not just menu
: domdeveau7 October 07, 2012, 06:35:35 AM
Hi, I edited the template color outline in the template manager but it only affects the menu tabs and links.

Where in the css would I be able to edit the grey outline color (displayed throughout for the light template option) such as outlining modules, etc?

Thank you


: Re: changing template color outline, but not just menu
: mikenicoll October 07, 2012, 07:46:58 PM
Hello domdevau7,

You really need to install firebug and firefox so you can determine the modules you need to edit. A lot of the questions you have been asking are basically the same just on different templates. Firebug will tell you which CSS entry is generating certain backgrounds and styles.

Before you make another post about changing CSS backgrounds please install firebug or a similar program so you can save yourself a lot of time.

http://getfirebug.com/

Template.CSS - Line 618

#s5_main_body_wrap {
    background: none repeat scroll 0 0 #F4F4F4;
    font-size: 0.8em;
    margin-bottom: 14px;
    padding: 14px 14px 0 0;
}

Template.CSS - Line 522


#s5_top_mods, #s5_bot_mods {
    background: none repeat scroll 0 0 #101112;
    margin-bottom: 14px;
    padding: 14px 14px 0 0;
}