Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,
    you might want to add the following CSS in your child-theme style.css

    .comment article, .pingback article, .trackback article{
      background-color: transparent; /* Or any other color you want*/
      color: yellow; /* just an example, if you like the white font-color you can remove this line*/
      box-shadow: none; /* if you like the default box shadow you can remove this line */
      /* and so on .. */
    }

    Also, take a look at this, you might find some interesting tools to inspect pages and get the correct CSS selector you need ;).

    Thread Starter zendeb

    (@zendeb)

    Buongiorno d4z_c0nf!

    Oh my THANK YOU so much!!!!

    I scoured everywhere looking for the answer to this, thank you so much for taking the time to not only help solve the issue but also for the great resource link (installed the firebug plugin)! You my dear are awesome – thanks again – have a fabulous weekend!
    Deb

    Hey Deb,
    glad you solved, and thanks so much for your appreciation.
    Have a fabulous weekend you too ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Comments/Replies or thoughts box’ is closed to new replies.