.gkHighlight4 {
background: none repeat scroll 0 0 #5387CE;
color: #FFFFFF;
}
Pawel F wrote:Hi,
Sure, no problem. You have to that copy color from style 3 to style 2 or use overwrite code.
IF YOU NEED THISblue.png
YOU HAVE TO USE THIS
- Code: Select all
.gkHighlight4 {
background: none repeat scroll 0 0 #5387CE;
color: #FFFFFF;
}
AND INSERT HERE (click on image)
.gkHighlight4 {background: none repeat scroll 0 0 #EE7F4E; color: #FFFFFF;}
gkHighlight4 {background: none repeat scroll 0 0 #CF8080;color: #FFFFFF;}
Pawel F wrote:ok, so you need orange not blue, yes?
Because you messed up, or I was tired.
HOW TO USE IThighlight phrase orange.png
ORANGE highlight CODE to overwrite
- Code: Select all
.gkHighlight4 {background: none repeat scroll 0 0 #EE7F4E; color: #FFFFFF;}
RED highlight CODE to overwrite
- Code: Select all
gkHighlight4 {background: none repeat scroll 0 0 #CF8080;color: #FFFFFF;}
.box.color2 > div {background: none repeat scroll 0 0 #5387CE;}
Pawel F wrote:ok, I think I know, whether it is this element?blue--module.png
If yes, add this code :
- Code: Select all
.box.color2 > div {background: none repeat scroll 0 0 #5387CE;}
HERE
.gkMenu > ul > li:hover > a, .gkMenu > ul > li:active > a, .gkMenu > ul > li:focus > a, .gkMenu > ul > li.active:hover > a, .gkMenu > ul > li.active:active > a, .gkMenu > ul > li.active:focus > a, .gkMenu > ul > li.active > a {
color: #5387CE;
}
Pawel F wrote:TOP MENU (to make it blue)
- Code: Select all
.gkMenu > ul > li:hover > a, .gkMenu > ul > li:active > a, .gkMenu > ul > li:focus > a, .gkMenu > ul > li.active:hover > a, .gkMenu > ul > li.active:active > a, .gkMenu > ul > li.active:focus > a, .gkMenu > ul > li.active > a {
color: #5387CE;
}
gomay wrote:Pawel F wrote:TOP MENU (to make it blue)
- Code: Select all
.gkMenu > ul > li:hover > a, .gkMenu > ul > li:active > a, .gkMenu > ul > li:focus > a, .gkMenu > ul > li.active:hover > a, .gkMenu > ul > li.active:active > a, .gkMenu > ul > li.active:focus > a, .gkMenu > ul > li.active > a {
color: #5387CE;
}
Thanks for working with me Pawal I think this will be my last question I hate to be a burden.. Where would I go to remove the orange from tabs such as the new/comments module and on the calendar module? I'm attaching a screenshot for ref.
gomay wrote:gomay wrote:Pawel F wrote:TOP MENU (to make it blue)
- Code: Select all
.gkMenu > ul > li:hover > a, .gkMenu > ul > li:active > a, .gkMenu > ul > li:focus > a, .gkMenu > ul > li.active:hover > a, .gkMenu > ul > li.active:active > a, .gkMenu > ul > li.active:focus > a, .gkMenu > ul > li.active > a {
color: #5387CE;
}
Thanks for working with me Pawal I think this will be my last question I hate to be a burden.. Where would I go to remove the orange from tabs such as the new/comments module and on the calendar module? I'm attaching a screenshot for ref.
My bad i dont think i ever sent the screenshot