Okay
  Public Ticket #1860591
Comment section custom colors
Closed

Comments

  • didricko started the conversation

    Hi!

    My comment section is at the moment a little difficult to read because of the colors. I couldn't find anywhere to change this in the theme settings. Please check the image I attached.

    I would like to change colors on both the text and background of the comments already postet. Aswell as the text color of what you are writing before you post your comment. Right now its the same color as the background, making it impossible to see what you are typing.

    Thanks!


    https://www.didrikbrathen.com/2019/01/18/color-grading-what-is-aces/#comment-17

    {"wp":{"use":false,"adminUrl":"https://www.didrikbrathen.com/2019/01/18/color-grading-what-is-aces/#comment-17/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}
  • [deleted] replied

    Hi didricko,

    That is happening because you have activated the Dark skin.

    Please just add the code below to your Custom CSS area:

    .single-post .post-comments {
        background-color: #333333;
    }
    .single-post .post-comments--list .comment .commenter-details .comment-text p {
        color: #fff;
    }
    .labeled-textarea-row textarea {
       color: #fff;
    }
    Thanks!

  •  4
    bluphoto replied

    Ylli,

    I have the same issue and have applied the code below. This works great for the area where the comments are viewed, but when you;re trying to type a new comment, its still typing in very dark text. Is there another CSS line which we can add to make it easier to read as you are typing. SeeĀ https://www.guycarnegie.com/casting-female-models-for-fine-art-figure-project/

  • [deleted] replied

    Hi bluphoto,

    Please just add the code below to your Custom CSS area:

    .labeled-textarea-row textarea:focus {
        color: #fff;
    }

    Have a nice day!

  •  4
    bluphoto replied

    Worked perfectly, thanks Ylli

  • [deleted] replied

    Nice to hear thatsmile.png

    Have a nice day!