• Hi

    I use the theme Gaming Mag and I’m happy with the majority of the appearance but I would like to know how I can change the comment text colour or the background of the text box as it’s currently white on white and its hardly readable unless you highlight it.

    I’ve looked around for some answers and tried to add CSS but it hasn’t changed anything and I’m frustrated. These were solutions for a few years back though so I dont know if things have changed.

    Could anyone advise me on what I could do?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author CodeVibrant

    (@codevibrant)

    Hello @thatlozzie

    You can use the following code in additional CSS box in customizer:

    #comments {
    	background: #f2f2f2;
    }
    .wpd-comment-text p {
    	color: #333;
    }

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Changing the colour of the comment text box’ is closed to new replies.