Ok,
Can you please share me your site url?
also please can you share me some hove design example.
Thanks
hover css style
—————–
css class input:hover {
background:transparent!important;
border:none!important;
color:#fa5000!important;
border:1px solid #fa5000!important;
cursor: pointer!important;
}
css class input:focus{
outline: 0!important;
}
————-
try this custom css
.btn-theme, .btn-default:hover{
background:transparent!important;
border:none!important;
color:#fa5000!important;
border:1px solid #fa5000!important;
cursor: pointer!important;
}
.btn-theme, .btn-default:hover{
outline: 0!important;
}
add above css in your custom css filed.
Thanks
Well it works exactly like i wanted thanks for the help
You are welcome.
Please rate us if you like this plugin.
Let me know if you will get any issue in plugin.
Thanks
Check out the contact page the home button has some hover issue.
Can you fix the hover issue with the Contact page home button
Remove old custom css and use this one –
.btn-default:hover{
background:transparent!important;
border:none!important;
color:#fa5000!important;
border:1px solid #fa5000!important;
cursor: pointer!important;
}
.btn-default:hover{
outline: 0!important;
}
try it and then let me know.
Thanks
Well if i do that then the subscibe button is working like previous but the home button doesnot hover.
well it is not working i had to add separate css from .btn-default:hover{}
and .btn-theme:hover{}
It would be great if you can add a contact us button option just like about Us