• Hi,

    If you visit the site I’m making here you can see in the top corner I’ve got a small dot. I believe the dot belongs to a list style so I’ve been putting {list-style:none;} in the <HEAD> section to over-ride the orginal css and I’m having no luck what so ever.

    I’m using the header widget and it says: “Styling is via ‘#ttw-head-widget’, ‘#ttw-head-widget .textwidget’, and inline span style rules.”

    So I tried a whole combination of those in the head section and nothing changed. Even when I have no images in the widget and just put an empty text box in the widget the dot shows.

    When the images aren’t centred the dot appears in the bottom left of the header area.

    Any help would be greatly appreciate as I’ve got no idea what else to do.

    Thanks,

    mmevents

Viewing 1 replies (of 1 total)
  • Moderator Helen Hou-Sandi

    (@helen)

    Core Lead Developer and 4.0, 4.7, and 5.6 Release Lead

    Not 100% sure how Weaver works, but the CSS you need is:

    #ttw-head-widget ul {
    	list-style: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Small dot appearing in header of Weaver theme’ is closed to new replies.