mouse:hover change on NEWS on Image GK4
Rate this topic: 




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
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
-
- 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:
here you see hover color selected as #eee colour or 75% white
Remember to enable "CSS override" in template settings - advanced section.
- 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.
-
- Moderator
- 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?
-
- 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
I need solution for my other topic
-
- Expert Boarder
5 posts
• Page 1 of 1