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/
-
- Junior Boarder
- Konrad M
- Mon Oct 22, 2012 8:55 am
Hi,
you are asking about shade on buttons ?
you are asking about shade on buttons ?
- 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
i want to change the green colour on mouse over in navigation menu and everything green on the website theme
-
- 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.
- 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?
how do i change the shade of background green on login and register?
-
- Junior Boarder
- Konrad M
- Tue Oct 23, 2012 4:40 pm
Find in style2.css
and
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.
- 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.
6 posts
• Page 1 of 1