Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1098378
    Ony
    Participant

    Hello there,

    I was following the KB page on changing the CSS to customize the color of the hover buttons via selecting a specific class.

    For some reason, it isn’t working for me. I’d like for it to start out all white, including text, and the border to switch to the red that it is currently set to.

    Please see attached in the next reply my login information for further details.

    Cheers,
    Ony

    #1098379
    Ony
    Participant
    This reply has been marked as private.
    #1098429
    Lely
    Moderator

    Hello Ony,

    Please use this custom CSS:

    .x-btn.my-btn {
        color: #fff !important;
        border-color: #fff !important;
    }
    .x-btn.my-btn:hover {
        color: red !important;
        border-color: red !important;
    }

    Hope this helps.

    #1099138
    Ony
    Participant

    Ah I see. just needed to add the important tags. Thanks Lely!

    #1099496
    Rue Nel
    Moderator

    You’re welcome! We’re happy to help you out.
    If you need anything else we can help you with, don’t hesitate to open another thread.

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