Layout

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.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
User avatar
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
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)
User avatar
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 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)


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.
User avatar
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
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;}
User avatar
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 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;}


Ultimately I like the black banner at the top of layout 3... but instead of the orange highlights I'd like to have blue.
User avatar
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....
User avatar
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?
blue--module.png


If yes, add this code :
Code: Select all
.box.color2 > div {background: none repeat scroll 0 0 #5387CE;}


HERE
User avatar
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/
User avatar
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!!
User avatar
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;
}
User avatar
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.
User avatar
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
User avatar
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
User avatar
Expert Boarder


cron