green theme

Professional Joomla template suitable for a wide range of finance related sites such as stock market, finance news, forex informations.
GK User
Mon Oct 22, 2012 8:43 am
how can i change the shade of green on our green theme http://www.hpnig.com/nationalportal/web/
User avatar
Junior Boarder

Konrad M
Mon Oct 22, 2012 8:55 am
Hi,
you are asking about shade on buttons ?
User avatar

GK User
Mon Oct 22, 2012 3:03 pm
hello,

i want to change the green colour on mouse over in navigation menu and everything green on the website theme
User avatar
Junior Boarder

Konrad M
Mon Oct 22, 2012 3:19 pm
You need to go to css folder. Here you will find style2.css file. In this file you will find all css rules for green style. I advise to use firebug to find class and id of elements.
User avatar

GK User
Tue Oct 23, 2012 10:22 am
how can i change the shade of green on mouse over on the main menu?

how do i change the shade of background green on login and register?
User avatar
Junior Boarder

Konrad M
Tue Oct 23, 2012 4:40 pm
Find in style2.css

Code: Select all
#gkButtons {
background: transparent url('../images/style2/btn.png') repeat-x 0 0;
}

and

Code: Select all
div.gk-menu ul.level0 > li:hover.haschild a {
background: url('../images/style2/menu_active.png') repeat-x 0 0;
}

As you see in both cases they are images located in images/style2 folder. SO you can just override them or upload your images and change images names.
User avatar


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.