Tagged: x
-
AuthorPosts
-
October 28, 2016 at 6:32 am #1234665
mathijs84ParticipantHi guys,
On http://streamads.nl/contact/ i want to change the button
All the buttons are blue or white and transparent style.
How can i change this button beneath the contact form??
October 28, 2016 at 10:38 am #1234882
JoaoModeratorHi There,
Add the following code to Appereance > Customizer > Custom > CSS and adjust according to your wishes:
[type="submit"] { border-color: rgb(1,155,212); background-color: white; box-shadow: none; color: black !important; }Hope it helps
Joao
October 28, 2016 at 2:05 pm #1235125
mathijs84ParticipantThanks,
2 more things
1- The font looks different then other buttons.. See screenshot
2- can we disable the hover animation!
October 28, 2016 at 9:57 pm #1235526
FriechModeratorHi There,
#1 Its the same font (Lato), but the one on contact page is not on uppercase and has a text-shadow. The custom CSS below will address this.
#2 Update the given CSS code above to this.
[type="submit"] { border-color: rgb(1,155,212); background-color: white !important; box-shadow: none !important; color: black !important; text-shadow: none !important; text-transform: uppercase; }Hope it helps, Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1234665 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
