Logo

Photo, amazing way to showcase your architecture, photography or artistic projects | Support forum.
GK User
Tue Sep 15, 2015 10:05 am
can I know what to do when mouse is over logo to change the opacity(or something to do to be little different color) like in demo version?
User avatar
Junior Boarder

GK User
Tue Sep 15, 2015 9:45 pm
Hi,
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? This effect is possible if you are using text logo.
User avatar
Moderator

GK User
Wed Sep 16, 2015 6:40 am
http://architecturedesignart.com/

It's image logo, and I want on mouse over to be another image with little different color, or to set opacity.
User avatar
Junior Boarder

GK User
Wed Sep 16, 2015 7:48 am
Try to add the following custom css code:
Code: Select all
#overlay-menu .gk-logo:hover img {
  opacity: 0.7;
}
User avatar
Moderator

GK User
Wed Sep 16, 2015 8:25 am
this worked only for logo from bottom, is possible to make the same for logo from the TOP?
thank you
User avatar
Junior Boarder

GK User
Wed Sep 16, 2015 11:40 am
Add also this code:
Code: Select all
.gk-logo:hover img {
  opacity: 0.7;
}
User avatar
Moderator

GK User
Wed Sep 16, 2015 12:09 pm
Thank you.
User avatar
Junior Boarder


cron