contact form display error

GK User
Fri Nov 15, 2013 4:02 am
Hi,

The contact form section when I mouse over send a copy to yourself a pop up appears and disturbed the structure.

http://www.btcwholesalecentre.com/index.php/contact-us
User avatar
Senior Boarder

GK User
Fri Nov 15, 2013 6:50 pm
Hi.
There two solution, that I can do for you:

1) Hide tooltip
2) or change it position

what you choose, first will be easy, and in most cases people don't have to see this message to understand
User avatar
Platinum Boarder

GK User
Fri Nov 15, 2013 7:59 pm
ad 1) In general

Code: Select all
.tooltip {display: none !important;}


Only for contact form

Code: Select all
#contact-form .tooltip {display: none !important;}
User avatar
Platinum Boarder

GK User
Fri Nov 15, 2013 8:04 pm
or hide only for "copy to ..." field

Code: Select all
.control-label .tooltip {display: none !important;}
User avatar
Platinum Boarder

GK User
Mon Nov 18, 2013 3:18 am
Do I paste this under override.css?
User avatar
Senior Boarder

GK User
Mon Nov 18, 2013 11:29 pm
User avatar
Platinum Boarder

GK User
Tue Nov 19, 2013 2:25 am
out of the three codes all I need to paste in the override.css is the one below right?

.control-label .tooltip {display: none !important;}
User avatar
Senior Boarder

GK User
Tue Nov 19, 2013 10:55 pm
...only one, I gave you a choice. Which would be better for you. Probably the last.
User avatar
Platinum Boarder

GK User
Wed Nov 20, 2013 7:30 am
Thanks. that works fine now.
User avatar
Senior Boarder


cron