• Resolved Bellona

    (@bellona)


    Hi dear support people – I found a topic from this same problem but advice (CSS code) there did not help. Please, is it possible to make the grey text (that appears after clicking Read more) to be black? And another question – can I align Read more / Read less -texts to left (now centered)? Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • hello,

    edit expand-maker/css/readMoreStyles.css

    you need to change the first line

    .yrm-content {
    	color: grey !important;
    }

    by

    .yrm-content {
    	color: black !important;
    }

    You have to do it after each update, but it’s easy and quick to do.

    Plugin Author edmon.parker

    (@edmonparker)

    Hi @bellona,

    Thank you for connecting us.
    You could change the hidden content color with this CSS
    .yrm-inner-content-wrapper {color: black !important;}

    Just add to the custom CSS section and you could change the color with your desired one

    • This reply was modified 6 months, 1 week ago by edmon.parker.
    Thread Starter Bellona

    (@bellona)

    Hi @edmonparker ,

    thanks for answering! I added that CSS to custom CSS field but unfortunately the text is still grey. 🙁

    Plugin Author edmon.parker

    (@edmonparker)

    Dear @bellona,

    Could you please share a URL where i could see it?

    Thread Starter Bellona

    (@bellona)

    Hi @edmonparker ,

    here you go (main text block).

    Thank you for checking!

    Plugin Author edmon.parker

    (@edmonparker)

    Dear @bellona,

    Seems our CSS does not included your page CSS.
    Can you add in your theme custom css section this code

    .yrm-inner-content-wrapper {color: black !important;}

    From you theme it does not included if you insert it in your theme custom CSS section it will work. Please try it and let me know about your progress.


Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.