How to apply CSS style to RSS feed items in node? Drupal 7.x, I am using Feeds module to import RSS feeds and create news items nodes. I want apply some CSS style to display feed items, reduce width of news container and add borders around the news items. Is it possible to apply style to RSS feed items in node?
Share
Dirty: you can edit the page and add html
<style>elements in the node, and this is very easy, but obviously not a great way to manage styleClean: find the stylesheets that Drupal references (using Google chrome right click on the element you wish to edit, hit “Inspect Element” and to the right will be the element’s style properties as well as the file where they came from. Navigate to this file and you can add the style attributes as you wish