Changing font color while writing comments - Acme Themes

Best Premium and Free WordPress Themes Forums DuperMagPro Changing font color while writing comments

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #15611
    kamil
    Participant

    Hello,

    Where can I change comments font color? While writing comments it’s very light grey and badly visible for person who writes comment.

    best regards
    kamil

    #15634
    acmesupports
    Moderator

    Hello kamil,
    There is no any such options for the comments color.
    First try adding the below CSS codes on Appearance > Customize > Additional CSS

    .comment-list p {
        color: red !important;
    }

    Change the color name or with color Ids, if it worked. Otherwise, Can you please let us know the page URL of that comments page, we will check and provide the custom CSS.

    Thank you

    #15637
    kamil
    Participant

    Hello,

    I added custom CSS but it seems that it doesn’t do anything. Please clik on any post and try to write a comment and you’ll what I’m talking about. My website is Endurorider.pl

    best regards
    kamil

    #15639
    acmesupports
    Moderator

    Can you please add this.

    .comment p {
        color: blue !important;
    }

    Hope, this will work for you.

    Regards

    #15640
    kamil
    Participant

    Unfortunately it doesn’t work. I tried to paste it like that – am I doing it wrong? 🙂

    /*
    .comment p {
        color: blue !important;
    }
    */

    best regards
    kamil

    #15641
    acmesupports
    Moderator

    Why you commented this codes?

    /*
    .comment p {
    color: blue !important;
    }
    */

    instead of using without comment. Please add the codes on Appearance > Customize > Additional CSS

    .comment p {
        color: blue !important;
    }

    Regards

    #15656
    kamil
    Participant

    I’ve used it because that’s what I see on Appearance > Customize > Additional CSS. BTW: I translated the language using Poedit – may that be the cause of this?

    Ok, I’ve done it and unfortunately it doesn’t work either. Colour of the font is still way too bright but while writing the comment box gets blue 😉

    Please go to my site and try to write a comment to see what I’m talking about.

    best regards
    kamil

    #15670
    acmesupports
    Moderator

    Kamil, I checked on your site and try the css codes and the color of the comment text is changed. So, contact us with email, we will help you with the best alternative way.

    Thank you

    #15729
    kamil
    Participant

    Hi,

    As you requested I’ve sent an email via contact form.

    best regards
    kamil

    #15730
    acmesupports
    Moderator

    Okay, thank you.

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Changing font color while writing comments’ is closed to new replies.