Tagged: x
-
AuthorPosts
-
November 2, 2016 at 4:41 pm #1241475
Hercules P.ParticipantHey,
I read this https://community.theme.co/kb/implementing-additional-button-colors/ but the changes don’t apply for some reason.
I want the button on the home page to look like the photos below without changing the universal settings of buttons via the customizer.
the button at the home page should like this: http://www.evernote.com/l/AnyXbtwEfztNJI23NWEASsYZac2yugN9cvU/
When someone hovers over the button it should look like this: https://www.evernote.com/shard/s636/nl/111350782/deac9892-16ce-4c0e-87c1-881507ea1e58
Thank you very much
November 2, 2016 at 4:42 pm #1241476
Hercules P.ParticipantThis reply has been marked as private.November 2, 2016 at 11:04 pm #1241876
FriechModeratorHi There,
Thank you for writing in! Add this on top of your custom CSS on Customizer.
.my-btn [type="submit"] { border-color: #de7f31; border-width: 3px; background-color: transparent; } .my-btn [type="submit"]:hover { border-color: #2dbe60; background-color: #2dbe60; }Hope it helps, Cheers!
November 3, 2016 at 4:08 am #1242088
Hercules P.ParticipantHey thanks, unfortunately it didn’t work
November 3, 2016 at 4:35 am #1242110
Paul RModeratorHi,
In that case, please provide us your wordpress admin login in private reply.
Thanks
November 3, 2016 at 4:45 am #1242123
Hercules P.ParticipantThis reply has been marked as private.November 3, 2016 at 5:20 am #1242152
Paul RModeratorHi,
I was able to fix it.
There is a missing close curly bracket in your code.
@media (max-width: 799px) { .gw-go-body-cell { height: 4px !important; } .wplfta_login_form { color: #fff !important; } } /* <- this was missing */ .my-btn [type="submit"] { border-color: #de7f31; border-width: 3px; background-color: transparent; } .my-btn [type="submit"]:hover { border-color: #2dbe60; background-color: #2dbe60; } -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1241475 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
