How do I add fill to text widget?

  • Unknown's avatar

    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: (visible only to logged in users)

  • Unknown's avatar
  • Unknown's avatar

    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>&nbsp;<a href="http://feeds2.feedburner.com/JournalOfCool" rel="alternate">Subscribe</a>
    </li>
    <li>
    <a href="http://feedburner.google.com/fb/a/mailverify?uri=JournalOfCool&amp;loc=en_US">Subscribe via Email</a>
    </li>
    </ul>
    </div>
  • Unknown's avatar

    Amazing! Worked like a charm! thanks so much!!!

  • The topic ‘How do I add fill to text widget?’ is closed to new replies.