• I’m just wondering how to change the colour of the box for the “leave a reply” area for the “comments” of each post.

Viewing 1 replies (of 1 total)
  • Hi @rubenlinux

    Thanks for reaching out. Please try this:

    If you’re not using a child theme or existing Custom CSS plugin then please install a plugin called Simple Custom CSS. Next go to Appearance > Custom CSS and insert:

    /* Aviator Comment Field */
    
    #commentform #comment {
      border: 1px solid;
      border-color: #eeeeee #f6f6f6 #fff #f6f6f6;
      background: #efefef;
    }

    Edit the values there as required.

    OR try our brand new CSS plugin out, we’d love the feedback. You can find it here:

    https://siteorigin.com/css/

    Let us know how you come along ??

Viewing 1 replies (of 1 total)
  • The topic ‘Change "coments box" background colour’ is closed to new replies.