• 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]

Viewing 12 replies - 1 through 12 (of 12 total)
  • Theme Author Evgeny Viner

    (@evgenyviner)

    Hi.

    Do this in Additional CSS:
    .comment {
    background: black!important;
    }

    I hope it helps you.

    Thread Starter michaelfelixleopold

    (@michaelfelixleopold)

    Hi evgenyviner

    Thank you very much! It works and looks fine!

    All the best
    Michael

    Thread Starter michaelfelixleopold

    (@michaelfelixleopold)

    Can 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 advance

    Theme Author Evgeny Viner

    (@evgenyviner)

    Sure. 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;
    }

    Thread Starter michaelfelixleopold

    (@michaelfelixleopold)

    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!

    Theme Author Evgeny Viner

    (@evgenyviner)

    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 4 years, 10 months ago by Evgeny Viner.
    Thread Starter michaelfelixleopold

    (@michaelfelixleopold)

    Black is beautiful ??

    Thank you so much for your support!

    Take care and all the best again
    Michael

    Theme Author Evgeny Viner

    (@evgenyviner)

    Thanks, you too. Happy to help.

    Thread Starter michaelfelixleopold

    (@michaelfelixleopold)

    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 clickable

    My old blog that I hosted here:
    https://eichb45.wixsite.com/coronablog

    I 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!

    Theme Author Evgeny Viner

    (@evgenyviner)

    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
    Evgeny

    Thread Starter michaelfelixleopold

    (@michaelfelixleopold)

    Hi

    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

    Theme Author Evgeny Viner

    (@evgenyviner)

    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.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Comments field colour’ is closed to new replies.