• Resolved allanit

    (@allanit)


    Hi guys

    Is there a way (perhaps a plugin) to make the grey comment area match the theme I am using. eg change the colour to match the theme?
    twenty-eleven child theme

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    No plugin needed. Since you’ve created a child theme of Twenty Eleven just play with the CSS. Try and add this to your child theme style.css file after the @import.

    #respond {
       background: none repeat scroll 0% 0% rgb(255, 255, 255);
    }

    The Firefox extension Firebug is really useful for identifying CSS rules like that.

    Thread Starter allanit

    (@allanit)

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘theme comment area’ is closed to new replies.