Remove the bottom image of Music State Theme

Premium BuddyPress WordPress theme perfect for venue, music brand or community music website.
GK User
Thu May 21, 2015 6:05 pm
Hi,

I am trying to remove the bottom image of the Music State Theme. Do anyone know how can i do it?

Thanks in advance.


http://www.etitan-solutions.com/jg/
User avatar
Fresh Boarder

GK User
Thu May 21, 2015 11:22 pm
Hi,

Did you solve the issue? because I can't see any bottom imagge on your website.
User avatar
Moderator

GK User
Mon May 25, 2015 7:32 pm
Hi Piotr

Thank you for your reply.

Yes, I manage to resolve it.

Now i am trying to remove the "down arrow" in gk grid. Is it possible to do it ?

And is it able to do image overlay in gk grid? << I have try html onmouseover but it doesn't work.

Thank you
User avatar
Fresh Boarder

GK User
Tue May 26, 2015 8:23 am
Hi,

To remove "down arrow", please go to Template Options -> Basic tab and disable "Navigation on homepage" option.

Regarding the overlay effect, try to add this custom css code:

Code: Select all
.gk-grid-element .box > div img {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.gk-grid-element .box > div:hover img {
   opacity: 0.8;
}
User avatar
Moderator

GK User
Tue May 26, 2015 7:40 pm
Hi Piotr,

you're genius! Yes it works now. Thank you so much.

I try something else. How can I set each individual to change different image when i hover it?
You can go to my link and have a look.

Thank you.
User avatar
Fresh Boarder

GK User
Wed May 27, 2015 7:28 am
Hi,

It requires more modifications (unfortunately beyond our technical support), please check the following articles:
http://stackoverflow.com/questions/1803 ... n-imghover
http://kyleschaeffer.com/development/pu ... age-hover/
User avatar
Moderator


cron