I am pulling from the CMS collection of product description field into a page and when the content gets pulled in, the text color is white. I cannot figure out why it is white color? And can’t figure out how I can change the color? Please see my screenshot and the read-only link is below. Any help is greatly appreciated!! Thanks in advance.
If we now set a different color for the All paragraphs selector, it will affect both the selected paragraph and the paragraph inside of the RT element.
It’s solving your problem BUT we’re not going to do this. The fact that the base paragraph element is styled to white is probably useful on another part of the website, so if we pass it black this way, it will ruin another element on another page, probably. There’s an indication of that when you have the element selected:
So in order to style the paragraph inside of the RT element, without risking to style another paragraph elsewhere, by accident, we need:
to make sure the CMS RT element has a class
to duplicate the CMS RT element and to disconnect it from CMS (because we can’t style a RT element that’s linked to CMS, yet)
to select the paragraph inside of the now non-CMS RT element (which contains dummy text)
to use the selector field to select the element we want to style then to limit it top the class applied to the RT
finally, to style the paragraph element. this style will impact all paragraph in all RT with the same class. At this time, you can see the paragraph inside of the CMS RT change color along.
Wow, thank you so much for the amazing detailed explanation! I had started out designing this site with a dark background in mind and therefore I applied white text color for the All Paragraph tag. After I changed the concept to white background, I had forgotten that about the white text color for the All Paragraph tag. The first solution works like a charm!! Again thank you for your help!!