badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Is there a way to remove the comment numbers and "thoughts on" from attitude

#12484

Hi rick7653,

OK go through the attitude (free theme folder). Can you see there comments.php file ?
open it and to remove thoughts on
==> go to line no 32 and 35 and remove the text thoughts on

and to remove the comment number.

==> go to dashboard -> appearance -> theme – options -> design -options -> custom css and add this css

 #content .comments-area ol {
    list-style: none;
}

Make sure that for each and every update (“for ‘thoughts on’ you need to remove this code on line no 32 and 35 when you update to our theme.”)

Thank you!