Hello there,
I am trying to select the first paragraph after a set of two or more captioned images.
Here is what I tried
.wp-content + .wp-content + p {color:blue;}
This works for the actual site, but it doesn't work when placed in the editor-style.css file!
I am actually trying to use a clear on the paragraph, but I've tried dumbing it down to a single adjacent selector with out any luck. Nothing seems to get recognized.
Do adjacent selectors not work in css for TinyMCE?