Comments field colour
-
All works fine with the evolve theme but the comments field colour I can not change.
I setted all to black with white fonts. The comments field is still white and the comments can not be readed. Any ideas?The page I need help with: [log in to see the link]
-
Hi.
Do this in Additional CSS:
.comment {
background: black!important;
}I hope it helps you.
Hi evgenyviner
Thank you very much! It works and looks fine!
All the best
MichaelCan I ask one more short question?
At the bottom of my page
https://tranceflute.ch/michaelfelixleopold/
is this green zone with the message “Ende erreicht” appears. How can I clear this?
Thanks in advanceSure. There are two ways to solve it, actually. One is to disable “Infinite scroll” in Customize-Blog-General-Pagination Type. The other one is to conceal the message. For the second option please add the following to the Additional CSS:
.ias-noneleft.alert.alert-success {
display: none;
}Perfect!
One last question (sorry, I found it right now):
Again, on the page
https://tranceflute.ch/michaelfelixleopold/2020/05/01/ein-neuer-anfang/
the comments title “1 Kommentar” is in black font. Should i change it also with css code? What is the command for that?Thank you again!
I see that a lot of people are choosing black background these days, and we get issues like this we will have to address in the upcoming releases.
Do this:.comment-title {
color: white;
}-
This reply was modified 6 years, 1 month ago by
Evgeny Viner.
Black is beautiful π
Thank you so much for your support!
Take care and all the best again
MichaelThanks, you too. Happy to help.
Hello, may I ask you something again?
Is it possible or do you plan to include the following features in a feature version?
– Show counters for each blog
– Like counters for every blog
– Frame box for every blog
– Preview text is clickableMy old blog that I hosted here:
https://eichb45.wixsite.com/coronablogI wanted to copy this design for use with the development theme. I’m mostly done.
The advanced premium version does not offer these functions. Or did I miss something?Have a nice time and all the best!
Hi.
We are not planning any counters right now. There are plugins and analytics systems for that.
Frame box? What do you mean exactly?
Preview text – you mean excerpt?Best
EvgenyHi
Unfortanutely, I find no plugin that simply counts the views (an eye and the number of views) and likes (next to a red heart) for each blog post.
With “frame box” I mean a fine line around each blog post on the main layout page (where all blog posts are arranged in a preview). That gives a clearness as you can see here: https://eichb45.wixsite.com/coronablog
With “preview text”, I mean the litle text frames for each blog post on the main layout. Intuitive, people click on the text to read the whole blog post, not the picture.
Best, Michael
Hi. Yes, now I understand what you’ve meant. Basically, the “frame box” and “preview text” you can achieve pretty easily with CSS and a bit of Jquery. This might be a nice idea for future releases, but you can (or a developer can for you) make this happen even now.
-
This reply was modified 6 years, 1 month ago by
The topic ‘Comments field colour’ is closed to new replies.
