transparent form on hover

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
Tue Jul 02, 2013 12:05 am
Reply with quote
Report this post
Hi - Can you help me with code or a solution to make the email sign in form transparent when you hover over it? Currently it turns white. Is it a css thing?

It's the ACYMailing module

http://hollywoodgazette.com/FL


Untitled-1.jpg
User avatar
Fresh Boarder

GK User
Tue Jul 02, 2013 1:44 am
Reply with quote
Report this post
Use following css code in template settings > advanced settings > css override "on " or in custom css.

If you enabled css override add the code in template/gk_simplicity/css/override.css

Code: Select all
tr:hover {
    background: none!important;
}


See you around...
User avatar
Platinum Boarder


cron