Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #909588
    xsimon59
    Participant

    Hi-

    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

    #909602
    xsimon59
    Participant
    This reply has been marked as private.
    #909971
    John Ezra
    Member

    Hi there,

    Thanks for writing in and sorry that you are experiencing an issue. Would you mind checking if your class of my-btn was removed from your buttons. If so just kindly add them back and your CSS should work.

    Hope this helps – thanks!

    #911119
    xsimon59
    Participant

    Yes, it is there on all the buttons. They’re still grey instead of gold though. Can you help?

    #911123
    xsimon59
    Participant

    Please see private reply above for my username/password. Thanks.

    #911629
    Darshana
    Moderator

    Hi 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.

  • <script> jQuery(function($){ $("#no-reply-909588 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>