Expired
Hello,
I would like to deactivate the comments from the blog. I have already deactivated them, but you can still read “0 comments” at the end of each post:
Also, I would like to change the Extra Side Navigation background color, because it’s difficult to read with the general body font color.
Theme version: 2.6.2 Purchase number: bf52aa95-6274-4c0b-85f5-2415b2a930b7 Thanks, Sylvia
1-To remove the “0 comments”, please add this code into your custom css box:
#comments h4 { display: none; }
2-To change the color of extra side menu background, add this code:
/*change background*/ .extra_navigation { background: #2a2a2a !important; } /*change font*/ .extra_navigation a { color: white; }
Best regards!
You must be logged in to reply to this topic.