Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #863810

    youngstudios
    Participant

    example: http://ayoungstudios.com/portfolio-item/downpour/

    Can you help me with the styles on the comments please I need the white box to be black and all the comments text to be white.

    *please do not change the white box for entering a new comment.

    #864328

    Christopher
    Moderator

    Hi there,

    Please add the following code in Customize -> Custom -> CSS :

    article.comment {
     
        background-color: #000;
    }
    header.x-comment-header a, cite.x-comment-author {
        color: #fff;
    }
    

    Hope it helps.