Colors

  • Unknown's avatar

    I use the theme “Visual”. The blog looks good, as I like it, but the comments come out with grey fonts on black backround. I would also like that to be black on white.
    osloray.wordpress.com

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    I see what you mean! It looks like this is an issue with how the Visual theme handles custom colors. I see that you are using a custom white background color, and the background for the comments isn’t adjusting to match that.

    I let our team know about this issue, but in the meantime you can use custom CSS to fix it. To add custom CSS, go to Appearance > Customize in your dashboard and select CSS from the Customize tools. In the CSS editor, you can enter the following CSS:

    article.comment {
    	background: white;
    }

    This will make the comment background white. Please let me know if you have any questions about that!

  • The topic ‘Colors’ is closed to new replies.