Do you have the store URL so I can take a look?
try add the css below to theme.scss.liquid?
#shopify-section-rich-text .rich-text{
background-color:rgba(255, 255, 255, 0.4);
padding: 20px;
}
rgba(255, 255, 255, 0.4);
basically the last decimal number is the one you want to adjust, it is the transparency, it is between 0 and 1, if the lower the number, the more transparent it is.
Since you have background, I would not suggest to change the color, only opacity should be enough. But if you want to, you could use the html inspector to find the element and change it directly on the browser to see which color you like and update it in the code editor.
I have a video https://youtu.be/z_mu45rbpeM talking about changing the font but i will find how to use the html inspector to find any element in the webpage in the video.
User | Count |
---|---|
388 | |
204 | |
144 | |
46 | |
42 |