• Resolved shadowmoeses

    (@shadowmoeses)


    Somehow the opacity of the hidden text changes when I use the plugin. It happens in with the “button” function as well as with the “inline” function.
    The Text should be white with 100% opacity but somehow the hidden text has an opacity of around 60% even though I did’nt set that value/setting..

    Thanks in advance for your help!

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author edmon.parker

    (@edmonparker)

    Hi @shadowmoeses,

    Thank you for connecting us.
    Please use this CSS code inside read more custom CSS section
    .yrm-content {color: #ffffff !important;}

    Thread Starter shadowmoeses

    (@shadowmoeses)

    Hi Edmond,

    thanks for your reply.
    I inserted the code “.yrm-content {color: #ffffff !important;}”
    into the custom CSS section, saved it, but it did not change anything..

    Did I miss anything?
    Thanks in advance.

    Plugin Author edmon.parker

    (@edmonparker)

    Dear @shadowmoeses,

    Could you please share a URL where I can see it?

    Thread Starter shadowmoeses

    (@shadowmoeses)

    Hi Edmond,

    I already switched to another solution as I need the website to work now.
    Thanks though for your willingness to help!

    Best wishes!

    Plugin Author edmon.parker

    (@edmonparker)

    Dear @shadowmoeses,

    You can create a test page and I will check it.

    The issue is caused by :
    .yrm-content {
    color: gray !important;
    }

    in ReadMoreStyle.css

    You need to remove this.

    • This reply was modified 2 years, 2 months ago by wallstreet997.

    Unless I am doing something wrong, which may be quite likely, the solution proposed by edmon doesn’t work nor does the one suggested by wallstreet.

    I too am looking to solve this issue. Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Opacity of hidden Text changes?’ is closed to new replies.