Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1348954

    Is there a simple way to add a border to the comment section of a blog post? The border currently is only visible if the user selects the comment box, which is making it difficult to collect comments. It remains hidden until the user clicks around.

    I’ve included link to a recent blog post. If you scroll to the bottom of the page you will notice the visibility issue.

    #1348964

    Hey visualartspassage,

    Please try the following in Quick CSS under Enfold->General Styling:

    .single-post #commentform input {
      border: 1px solid #000; 
    }

    Best regards,
    Rikard

    #1348966

    Hi – that seems to be adding the border to the submission button. We would like it on the comment section. Thank you for your quick response and help!

    Best,

    Timmy

    #1348968

    Hi,

    Please try this CSS instead:

    .single-post #commentform input {
      border-color: #000; 
    }

    Best regards,
    Rikard

    #1348969

    That doesn’t seem to have an effect on the page at all. Any other suggestions?

    Best,

    Timmy

    #1348987

    Hi,

    Please try this instead:

    .single-post #commentform input {
      border-color: #000 !important; 
    }

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.