Hello! When I opening https://pipsik.club/category/biografii_znamenitostei on my site, its showing https://www.screencast.com/t/5Y6i7b77Hl
The rest categories is looking Ok.
What is it and how to fix that?
-
This reply was modified 5 years by
mikevanmoonlight.
Hello! Can you tell me please how to change comments color made by admin? To clear the difference between guest comments and admin comments
Thanks
Hello,
I made a custom code CSS and look like this => https://www.screencast.com/t/9aeAt6TvtYHm
The code is
children {
background-color:#eef5fa;
}
Set the code in Theme Panel ->Custom code -> Custom CSS
Hope that helps you!
Thank you!
Not working with custom CSS, only if change in Style CSS. And how to change admin name comment color?
Thanks
Hi,
Please send screenshots and a link to a post when you have comments.
Also, to change the color comments made by the admin you can use this code => https://i.imgur.com/WtaH7Di.png
.children .comment-content{
color:red;
}
Thank you!
No, I want red color name of Admin, not messages. Like you name Anamaria is blue.
https://pipsik.club/interesnye-fakty/interesnye-fakty-o-salate-olive.html
After post there is 2 comments. The last is mine, and I want my name “Van Moonlight” to be appears in red color please.
Thanks
Hello,
I’m sorry for the misunderstanding, you can use this custom code https://www.screencast.com/t/ygadPN70WIB
.children cite{
color:red;
}
Thank you!