Mouse over button

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Wed Jul 25, 2012 10:10 am
Hello.

I have a problem whit text color button in mouse over, it is displayed whit 2 colors red and black.

How can i fix to show only ehit black.


thank you
User avatar
Senior Boarder

Konrad M
Wed Jul 25, 2012 10:12 am
Hi,
please give us url to your site it will be much easier to help you.
User avatar

GK User
Wed Jul 25, 2012 10:13 am
User avatar
Senior Boarder

Konrad M
Wed Jul 25, 2012 1:57 pm
Please try add this to override.css
Code: Select all
#gk-search input[type="submit"]:hover {
text-shadow:none;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Wed Jul 25, 2012 3:09 pm
it is ok.
but i have problem whit all buttons from my website...


thank you.
User avatar
Senior Boarder

Konrad M
Wed Jul 25, 2012 3:50 pm
Please try change code I gave you to this one
Code: Select all
input[type="submit"]:hover {
text-shadow:none;
}
User avatar

GK User
Wed Jul 25, 2012 5:02 pm
it is ok now.


thank you
User avatar
Senior Boarder


cron