how to change colour of hover background

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Thu Sep 13, 2012 1:27 pm
Hi
How to change colour of background wich is appear when you are over Image Show GK4 modul.
Its going about black border (see attachment). Thx in advance.
rehab.jpg
User avatar
Senior Boarder

GK User
Fri Sep 14, 2012 7:25 am
Hi,

Could you provide an URL to your website? Because without it this will be hard to specify the proper CSS code.
User avatar
Administrator

GK User
Fri Sep 14, 2012 7:30 am
User avatar
Senior Boarder

GK User
Fri Sep 14, 2012 7:33 am
These colours are defined in the following CSS fragments:

file: http://rehabilitacjadzieci.info.pl/modu ... /style.css
Code: Select all
.gkIsWrapper-gk_music .gkIsSlide:hover > div {
background: #222;
border-color: #222;
cursor: pointer;
}


file: http://rehabilitacjadzieci.info.pl/temp ... .stuff.css
Code: Select all
.gkIsWrapper-gk_music .gkIsSlide:hover > div {
background: #222 !important;
background-image: none !important;
border-color: #222;
cursor: pointer;
}


You have to change the background and border-color properties values.
User avatar
Administrator

GK User
Fri Sep 14, 2012 9:23 am
THX a lot, support as usually perfect, now I want copy this modul to articel
http://rehabilitacjadzieci.info.pl/personel
but in another configuration: 4 pictures in 1 row and 4 pictures in 2 row. I cant find place where could I increase heigh of modul (on homepage heigh is setup in TAB modul) and repair red borders.
thx in advance
User avatar
Senior Boarder

GK User
Fri Sep 14, 2012 9:33 am
This module style is prepared to show images only one row so the configuration 4 pictures in 2 rows is impossible in this case. Where are the mentioned red borders? Because I don't see it.
User avatar
Administrator

GK User
Fri Sep 14, 2012 9:41 am
ok
I must find another solution
User avatar
Senior Boarder


cron