Community
Discussions
Ideas
Community Blogs
Marketo User Groups (MUGs)
Support
Case Management
Knowledgebase
Product Documentation
Developer Portal
Training
Sign In
SOLVED
Change button hover color - Forms 2.0
Go to solution
Topic Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Printer Friendly Page
Benjamin_Ortiz1
Level 4
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
02-17-2014
10:01 AM
02-17-2014
10:01 AM
Change button hover color - Forms 2.0
Anyone know how to change the hover button color in Forms 2.0?
Solved!
Go to Solution.
Labels:
Lead Management
Tags
(1)
Tags:
forms 2.0
All forum topics
Previous Topic
Next Topic
1 ACCEPTED SOLUTION
Accepted Solutions
Delinda_Tinkey1
Level 5
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
06-12-2014
12:38 PM
06-12-2014
12:38 PM
Re: Change button hover color - Forms 2.0
Putting this CSS in the form 2.0 editor worked for me:
<style type="text/css">
a.button a:hover{
background: #f47920 !important;
}
button:hover {
background:#f47920 !important;
}
</style>
View solution in original post
16 REPLIES
16
Anonymous
Not applicable
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
02-17-2014
10:09 AM
02-17-2014
10:09 AM
Re: Change button hover color - Forms 2.0
Just edit the form css. Using something similar to:
a
.
button a
:
hover
{
background
:
#383;
}
Anonymous
Not applicable
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
02-21-2014
10:03 AM
02-21-2014
10:03 AM
Re: Change button hover color - Forms 2.0
Has this actually worked for anyone? I tried to no avail.
Hiram_Cruz
Level 2
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
02-21-2014
02:33 PM
02-21-2014
02:33 PM
Re: Change button hover color - Forms 2.0
Has not worked for me
Benjamin_Ortiz1
Level 4
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
02-24-2014
06:35 AM
02-24-2014
06:35 AM
Re: Change button hover color - Forms 2.0
No luck here
Anonymous
Not applicable
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
03-28-2014
01:16 PM
03-28-2014
01:16 PM
Re: Change button hover color - Forms 2.0
Has anyone had any luck with this?
Hiram_Cruz
Level 2
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
03-28-2014
02:09 PM
03-28-2014
02:09 PM
Re: Change button hover color - Forms 2.0
still no luck : /
Anonymous
Not applicable
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
04-21-2014
03:47 PM
04-21-2014
03:47 PM
Re: Change button hover color - Forms 2.0
Looking at the source code, the hover color is controlled via an inline style in the form itself. If you set the hover color in the CSS, it's just going to over-ride it with the inline style.
Anonymous
Not applicable
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
06-11-2014
04:13 PM
06-11-2014
04:13 PM
Re: Change button hover color - Forms 2.0
Anyone figure this out?
Hiram_Cruz
Level 2
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
06-11-2014
04:27 PM
06-11-2014
04:27 PM
Re: Change button hover color - Forms 2.0
Still haven't figured this out....
«
Previous
1
2
Next
»