Tagged: x
-
AuthorPosts
-
May 2, 2016 at 1:58 pm #909588
xsimon59ParticipantHi-
I swear I didn’t touch anything and the color of my marketing button changed throughout my whole site. http://www.bostonhypnosis.com.
Button is towards the bottom of the home page and pretty much every other page on the site. This is the code that controls it that doens’t seem to work any more:
/* all this is for marketing button coloring */
.x-btn.my-btn {
color: #000000;
text-shadow: none !important;
border-color: #fe9c00;
background-color: #ffb845;
}.x-btn.my-btn:hover {
color: #ffffff;
border-color: #600900;
background-color: #fe9c00;Can you help me? Thanks.
-Brian
May 2, 2016 at 2:00 pm #909602
xsimon59ParticipantThis reply has been marked as private.May 2, 2016 at 7:10 pm #909971
John EzraMemberHi there,
Thanks for writing in and sorry that you are experiencing an issue. Would you mind checking if your class of
my-btnwas removed from your buttons. If so just kindly add them back and your CSS should work.Hope this helps – thanks!
May 3, 2016 at 12:24 pm #911119
xsimon59ParticipantYes, it is there on all the buttons. They’re still grey instead of gold though. Can you help?
May 3, 2016 at 12:25 pm #911123
xsimon59ParticipantPlease see private reply above for my username/password. Thanks.
May 3, 2016 at 6:50 pm #911629
DarshanaModeratorHi there,
As you have used VC button element, please change your CSS as follows.
.my-btn .x-btn { background-color: #008000; color: #ff0000; } .my-btn .x-btn:hover { color: #336699 }Change the color values according to your preference and you can add more CSS properties as well.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-909588 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
