• Resolved KYbunnies

    (@kybunnies)


    I need to change what color the comments are posted in. Is there anyway that this can be accomplished? My website is https://www.bunnysreview.com If i can not change the color the comments are posted in is there a plugin that would comments is a specific color?

    Thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • Try using Firefox with the Firebug add-on for this kind of CSS work.
    https://getfirebug.com/

    Thread Starter KYbunnies

    (@kybunnies)

    This would be great is I knew anything about CSS or code’s. Sorry I know nothing about CSS. Would you please explain a little more about what I should be looking for and what I should change.

    First, you should use a Child theme. If you do not, your changes will be lost if you update the theme.

    Try adding this to the end of style.css:

    .commentlist,
    .commentlist li,
    #respond form  {
       color: #339966;
    }
    Thread Starter KYbunnies

    (@kybunnies)

    If there were any other theme’s I like I would use them. The theme I currently have is the only theme that I like and the only theme that has a picture of a rabbit.

    You create your own Child theme that uses your current theme as a Parent. The Child inherits everything from the Parent, but you can override things by putting code in the Child.

    BTW, are you in Kentucky? I am in Prospect.

    Thread Starter KYbunnies

    (@kybunnies)

    Okay vtzyzzy, that is one problem. I do not know anything about HTML, CSS, code or any other thing like that. Sorry I do not even understand how to write something up. lol

    Yes, I am near FT. Campbell Army base.

    You should edit your post and remove your email. Otherwise, you may get lots of spam.

    Thread Starter KYbunnies

    (@kybunnies)

    I will remove it. I just thought it might be easier to talk by email instead of clogging up the form with post back and forth to each other. That email address if posted to my site and not my personal email.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Change comments color’ is closed to new replies.