• Hi everybody! I would like to change the way the comments are. Is it possible to replace the big box of the comments with just a little symbol or make it smaller anyway? It’s too big!!Thanks in advance!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Do you have a link to your website? Just so I could see what we are working with.

    Thread Starter elenikap

    (@elenikap)

    Yes! journeyindreams.com !

    You can put this in your custom CSS and it will help a little, but you may have to ultimately adjust your field settings or captcha setting in order to make it not as long:

    .comment-form-comment {
      width: 75%;
    }
    #respond {
      width: 75%;
      margin: auto;
      line-height: 0.5;
    }

    Here is a screenshot of what it will look like after.
    Screenshot

    Thread Starter elenikap

    (@elenikap)

    Unfortunately that did not work as i wanted it. any other way? Or at least any way to change the color behind the comment area?

    Sorry about that, there is only so much I can do without looking at your back-end. In order to change the background of the form and have control over your text color in the comment box, use the code below and adjust to your liking:

    .comment-respond {
      background-color: #D31B2D;
      color: #FFFFFF;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change Comment’ is closed to new replies.