Layout
Rate this topic: 




1.00 out of 6 based on 1 vote(s)
- GK User
- Sat Apr 13, 2013 12:31 am
- Reply with quote
- Report this post
I'd like to know if it's possible to for to have the blue highlights on the Fashion Template Style 2. That's used on Style 3. Thanks in advance
-

- Expert Boarder
- GK User
- Sat Apr 13, 2013 8:46 am
- Reply with quote
- Report this post
Hi,
Sure, no problem. You have to that copy color from style 3 to style 2 or use overwrite code.
IF YOU NEED THIS
YOU HAVE TO USE THIS
AND INSERT HERE (click on image)
Sure, no problem. You have to that copy color from style 3 to style 2 or use overwrite code.
IF YOU NEED THIS
blue.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)
-

- Platinum Boarder
- GK User
- Mon Apr 15, 2013 8:00 pm
- Reply with quote
- Report this post
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)
Basically on Style 3 where there's Orange.. I wanted to have blue.. I think i had the 2 crossed when I submitted originally sorry about that.
-

- Expert Boarder
- GK User
- Mon Apr 15, 2013 11:18 pm
- Reply with quote
- Report this post
ok, so you need orange not blue, yes?
Because you messed up, or I was tired.
HOW TO USE IT
ORANGE highlight CODE to overwrite
RED highlight CODE to overwrite
Because you messed up, or I was tired.
HOW TO USE IT
highlight 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;}
-

- Platinum Boarder
- GK User
- Tue Apr 16, 2013 1:48 pm
- Reply with quote
- Report this post
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;}
Ultimately I like the black banner at the top of layout 3... but instead of the orange highlights I'd like to have blue.
-

- Expert Boarder
- GK User
- Tue Apr 16, 2013 6:29 pm
- Reply with quote
- Report this post
..but you said about "blue highlights" not "blue highlights" for modules.
p.s. Could you add a screenshot for sure....
p.s. Could you add a screenshot for sure....
-

- Platinum Boarder
- GK User
- Tue Apr 16, 2013 6:35 pm
- Reply with quote
- Report this post
ok, I think I know, whether it is this element?
If yes, add this code :
HERE
blue--module.png
If yes, add this code :
- Code: Select all
.box.color2 > div {background: none repeat scroll 0 0 #5387CE;}
HERE
-

- Platinum Boarder
- GK User
- Tue Apr 16, 2013 8:58 pm
- Reply with quote
- Report this post
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
I got it on the modules but there's still orange on the icons and menu I probably should've sent a screenshot a long time ago..
http://nerdzofamerica.com/
-

- Expert Boarder
- GK User
- Wed Apr 17, 2013 6:44 pm
- Reply with quote
- Report this post
Yes, you should
SOCIAL ICONS
If you need grey social icons you have to take icons from "blue" style folder
images/style2/social_icons.png
and
put them to orange folder, I mean here: /images/style3/social_icons_vertical.png - in template folder!!
SOCIAL ICONS
If you need grey social icons you have to take icons from "blue" style folder
images/style2/social_icons.png
and
put them to orange folder, I mean here: /images/style3/social_icons_vertical.png - in template folder!!
-

- Platinum Boarder
- GK User
- Wed Apr 17, 2013 6:46 pm
- Reply with quote
- Report this post
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;
}
-

- Platinum Boarder
- GK User
- Thu Apr 18, 2013 3:46 pm
- Reply with quote
- Report this post
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.
-

- Expert Boarder
- GK User
- Mon Apr 22, 2013 4:12 pm
- Reply with quote
- Report this post
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
-

- Expert Boarder
- GK User
- Fri Apr 26, 2013 4:53 pm
- Reply with quote
- Report this post
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
can anyone assist with this please
-

- Expert Boarder
13 posts
• Page 1 of 1
