Need help? Check out our Support site, then


How do I add fill to text widget?

  1. Hi,

    I'm pretty new to this, and not a champ at coding. I've installed Feedburner links into a text widget (I use Press Row), but all my other widgets sport a nifty shaded gray box. My "Stay in Touch" box now looks completely out of place, and I would like to add a similar look to it. Where would I be able to find the code that is being used for my other widgets? Or does anyone know the code to do this?

    Thanks.

    The blog I need help with is journalofcool.wordpress.com.

  2. You need the code for unordered lists (to get the same bullets and spacing), and a code for background color. In all:

    <div style="background-color:#f5f5f5;">
    <ul>
    <li>
    <a href="http://feeds2.feedburner.com/JournalOfCool" rel="alternate"><img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt=""></a> <a href="http://feeds2.feedburner.com/JournalOfCool" rel="alternate">Subscribe</a>
    </li>
    <li>
    <a href="http://feedburner.google.com/fb/a/mailverify?uri=JournalOfCool&loc=en_US">Subscribe via Email</a>
    </li>
    </ul>
    </div>
  3. Amazing! Worked like a charm! thanks so much!!!

Topic Closed

This topic has been closed to new replies.

About this Topic