Shape 5

Joomla Templates => Touch of Soul - Club => : coenbrad November 29, 2009, 08:24:30 AM



: Change color's , background and fonts
: coenbrad November 29, 2009, 08:24:30 AM
He ,

Trying to get the templates customized a bit

- Logo
- background

Works ok are let say as expected

However How can I suppress the top of the page dark line... seams to be part of the login/search and register object color. ??? (PDS shows that)

I changed the PSD for the  search and top bar section. and recreated the png files but. No luck


Further:

Like to change the color of the menu's how can I do that and where ?


: Re: Change color's , background and fonts
: mikek November 30, 2009, 11:45:04 AM
Hello,

I am not sure I understand what you mean. Are you trying to change the color of the top bar or disable it?

Can you post a url to the menu you would like to change and please be more specific, what colors would you like changed?


: Re: Change color's , background and fonts
: coenbrad December 01, 2009, 01:35:59 AM
Mike,

Still working on it and making progress:

Fonts: I noticed that I have to hack the css  files to change times roman new into arial (would by nicer if that could be a template config parameter) . Most;y I would preffer having ONE type of font for the whole web site .. Makes it more balanced

Color: I guess its the same as with the fonts ... I probably have to hack the s5_ ......... modules or positions to apply another background color.

Would be helpfully If you can tell me what is the best place to change that.

Thx

Coen


: Re: Change color's , background and fonts
: coenbrad December 01, 2009, 10:35:48 AM
Mike,

URL http://www.quantsystems.nl/New_Web_Design/qse2/

I like to change the color of

All menu's / module to the color used in the line going left to right

Coen



: Re: Change color's , background and fonts
: mikek December 01, 2009, 12:07:21 PM
Hello, that would be some custom programming. You would need to modify the following images and css to change their backgrounds and colors:

#s5_left .module_round_box div, #s5_right .module_round_box div {
background:#000000 url(../images/s5_dark_mod_bg.png) repeat-x scroll 0 0;
color:#FFFFFF;
padding:13px;
}

#s5_left .s5_mod_h3, #s5_right .s5_mod_h3 {
background:transparent url(../images/s5_dark_mod_h3.png) repeat-x scroll left top;
border-color:#333333 -moz-use-text-color #333333 #333333;
border-style:solid none solid solid;
border-width:1px medium 1px 1px;
color:#FFFFFF;
font-family:arial;
font-size:14px;
height:25px;
padding-left:13px;
padding-top:5px;
}



: Re: Change color's , background and fonts
: coenbrad December 02, 2009, 01:53:28 AM
Thx Mike


: Re: Change color's , background and fonts
: coenbrad December 02, 2009, 04:58:11 AM
He Mike

It's indeed a tricky to change color and backgrounds..

Perhaps I'm trying wrong thinks with the Template.

Well keep you posted on the progress

Coen