Using
opacity
I made my whole div
transparent but I want to mantain the font normal without opacity. I am unable to set a separate class or id to the content since it is dynamically created. I also cannot use the following: background: rgba();
{opacity : '0.3'}
Any suggestions?