Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #258333
    ZerotoOne
    Participant

    id like to chance the color and shape of certain buttons, which can’t stay the way they are, because their background wouldn’t fit. so id like to change their appearance, without the need of changing the overall preset for buttons
    thanks

    #258366
    Thai
    Moderator

    Hi There,
    You can use this custom CSS class for these buttons,
    Please try adding following CSS under Appearance > Customize > Custom > CSS:

    
    .x-custom-btn {
      color: #D52727;
      border-color: #D52727;
      border-radius: 8px;
    }
    

    Hope it helps.

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