-
AuthorPosts
-
April 1, 2007 at 9:27 am #119471
How change css file to set orange background header in contentheading as in componentheading ?
Anyone can help me with this ?Something i want so set is on this site: http://www.genitalechirurgie.nl/index.php
Please help me with this
Jaroslaw Madejek
Hung Dinh FriendHung Dinh
- Join date:
- September 2014
- Posts:
- 4408
- Downloads:
- 11
- Uploads:
- 189
- Thanks:
- 309
- Thanked:
- 3310 times in 3 posts
April 1, 2007 at 6:13 pm #217006Delete this code – template_css.css (line 294)
.contentheading {
color:#FFFFFF;
font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,sans-serif;
font-size:26px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:60px;
}
and change this code – template_css.css (line 276)
.componentheading, #content-full .componentheading {
color:#FFFFFF;
font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,sans-serif;
font-size:26px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:60px;
}
into the following
.componentheading, #content-full .componentheading, .contentheading {
color:#FFFFFF;
font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,sans-serif;
font-size:26px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:60px;
}April 2, 2007 at 7:19 pm #217121It doestn’t work.
css file: http://gpo.bitsoft.hostings.pl/site/templates/ja_altair/css/template_css.cssNo content and componentheading now
April 13, 2007 at 9:25 am #217876hey i tested this solution on different servers and joomla’s and it doest’n work, so can i expect any help in this problem ?
greetings
ShannonN FriendShannonN
- Join date:
- July 2006
- Posts:
- 1947
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 172 times in 49 posts
April 13, 2007 at 9:45 am #217880appaloosa;12596hey i tested this solution on different servers and joomla’s and it doest’n work, so can i expect any help in this problem ?
greetings
You probably have to change the actual hex code FFFFFF ( White) to whatever hex the shade of orange is?
April 17, 2007 at 11:25 am #218181What do you mean ?
ShannonN FriendShannonN
- Join date:
- July 2006
- Posts:
- 1947
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 172 times in 49 posts
April 17, 2007 at 12:04 pm #218188appaloosa;12985What do you mean ?
Exactly what I said, to change to colour from white ( FFFFFF) to whatever the hex colour code is of the orange you want it changed to?
ErikThorsen FriendErikThorsen
- Join date:
- December 2005
- Posts:
- 1098
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 22
- Thanked:
- 10 times in 1 posts
April 17, 2007 at 4:13 pm #218213In very plain english, you need to change the FFFFFF into another variable, like 000000 to have it black or whatever it is that you want in orange ( I assume you know which type of orange you want and you need to tell the css code what the color code for orange you want to use )
-
AuthorPosts
This topic contains 9 replies, has 4 voices, and was last updated by appaloosa 17 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum