I'm trying to modify my Feed with CSS.
I placed it inside of a div and a section.
I then assigned CSS classes to the feed, and to the <script> that I drop in.
The feed intelligently takes the colors from my global a tags however I cannot edit the individual feed items.
I did inspect element and found nested in my div a 'b' tag for each title and an 'em' tag for each description.
I could not select these with CSS and make a change doing class.div b {}.
I also, cannot shrink my feed to the confines of the div it's nested in, this requires me to change how many feed items are allowed in my widget settings and forbids me from fine tuning the section on my sites theme.
How can I, make my feed scrollable, or control it with CSS tags in order to change font sizes and confine it to my <div> tag?