Two questions about Banners and Color

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
Fri Aug 30, 2013 12:08 pm
Reply with quote
Report this post
Hello to everyone,

I have to questions about News template.

1) How i can add a banner near of the logo? (I try with CSS but i can't)

And second

2) How i can change the white color of the top menu. (I use style II)

Thanks in advance,
Epas
User avatar
Senior Boarder

GK User
Fri Aug 30, 2013 4:04 pm
Reply with quote
Report this post
Hi,
How i can add a banner near of the logo?


It would be hard to do this, because near logo is placed main menu module.
I recommend to use BannerTop - module position, below logo & menu, instead.
Second solution is add new module position above logo & menu.
User avatar
Platinum Boarder

GK User
Fri Aug 30, 2013 4:09 pm
Reply with quote
Report this post
How i can change the white color of the top menu.


Code: Select all
.gkMenu > ul > li > a {color: pink; }



How to:
http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder

GK User
Sat Aug 31, 2013 2:05 pm
Reply with quote
Report this post
Hello Pawel,

Thank you for your answers. I think the best choice for me, is to create a new module position. But, how i can do that?
User avatar
Senior Boarder

GK User
Sat Aug 31, 2013 8:42 pm
Reply with quote
Report this post
Tip: http://www.gavick.com/documentation/joo ... -position/

Always search for info on our Wiki first.
User avatar
Platinum Boarder

GK User
Sat Aug 31, 2013 8:54 pm
Reply with quote
Report this post
By the way, try this:

Code: Select all
 #gkMainMenu { padding:20px 0 0;  }
#gkLogo.cssLogo { margin-top:0; width:190px;}


You will get this appearance:
template-change.png
User avatar
Platinum Boarder


cron