0
Welcome Guest! Login
0 items Join Now

ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down. Read our Farewell Blog Post for more details.

Format RSS feed layout

  • Format RSS feed layout

    Posted 16 years 2 months ago
  • Re: Format RSS feed layout

    Posted 16 years 2 months ago
    • Hello,

      The results you find in Firebug you would add to your template_css such as:
      ul.newsfeed-blank li {
          margin-bottom:20px;
      }

      and if you want to remove the dots you would add: list-style: none; to the above.
  • Re: Format RSS feed layout

    Posted 16 years 2 months ago
    • Works Great!

      If i wanted to bold the blog entry, i know i would need to add to that css line, i think, but what would i add?

      Thanks for your help Mike!
  • Re: Format RSS feed layout

    Posted 16 years 2 months ago
    • I would just make the text bold in the article itself, either by using the editor or using inline styling. Otherwise, it would make all the article text bold throughout your site if you amended the css file.

      just place the <b> </b>tags around your article text:
      <div>
      <b> My article is right here for the world to see.</b>
      </div>
  • Re: Format RSS feed layout

    Posted 16 years 2 months ago
    • Thanks for the help MIke!

Time to create page: 0.066 seconds