mouse:hover change on NEWS on Image GK4

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Aug 06, 2014 1:48 pm
Reply with quote
Report this post
Hello

I could change the font color on NEWS on Image GK4 with override:
.gkIsWrapper-gk_shop_and_buy .figcaption a {
color: #7e7e7e;
}

Question: How can I change the color by mouse:hover ? Cause I have white pictures and text changes to white color by mouse:hover

URL: geschenkkorb24.ch

Thx guys
User avatar
Expert Boarder

GK User
Wed Aug 06, 2014 2:20 pm
Reply with quote
Report this post
Please edit: /templates/gk_instyle/css/override.css and add at its end:
Code: Select all
.gkIsWrapper-gk_shop_and_buy .figcaption a:active, .gkIsWrapper-gk_shop_and_buy .figcaption a:focus, .gkIsWrapper-gk_shop_and_buy .figcaption a:hover {
color: #eee;
color: rgba(255, 255, 255, 0.75);
}

here you see hover color selected as #eee colour or 75% white
Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Wed Aug 06, 2014 2:38 pm
Reply with quote
Report this post
thx...works fine
User avatar
Expert Boarder

GK User
Wed Aug 06, 2014 4:13 pm
Reply with quote
Report this post
Is there anything else I can help you with regarding this topic?
User avatar
Moderator

GK User
Wed Aug 06, 2014 6:03 pm
Reply with quote
Report this post
nothing this topic. thx.

I need solution for my other topic
User avatar
Expert Boarder


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