Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1153448
    goalsarecool
    Participant

    The border around the comment box in my forums has disappeared. I can still comment but it’s hard to tell where to start typing because the border is gone. Can you please assist?

    #1153529
    Joao
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1153539
    goalsarecool
    Participant
    #1153578
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    #wp-bbp_topic_content-editor-container {
        border: 1px solid #ddd;
        border-radius: 4px;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    }

    Hope it helps 🙂

    #1154021
    goalsarecool
    Participant

    Thanks! How do I get the same thing for replies?

    #1154138
    Jade
    Moderator

    Hi there,

    Please try this:

    #wp-bbp_topic_content-editor-container,
    #wp-bbp_reply_content-editor-container {
        border: 1px solid #ddd;
        border-radius: 4px;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    }

    Hope this helps.

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