Hi Everyone,
using wp 3.3.1 and ATA 3.7.3. At meredithmustard.com you'll see a red dot next to the widget titles. If you navigate to another page, those dots disappear. Can't figure out why they only show up on the home page. Here is what I have in CSS inserts:
div.widget-title {
background: url(wp-content/themes/atahualpa/images/red-dot.jpg) top left no-repeat;
display: block;
width: auto;
height: 15px;
padding-left: 18px;}
Any ideas? Thanks!