Forums

Small dot appearing in header of Weaver theme (2 posts)

  1. mmevents
    Member
    Posted 8 months ago #

    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

  2. Helen Hou-Sandi
    Member
    Posted 8 months ago #

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

    #ttw-head-widget ul {
    	list-style: none;
    }

Reply

You must log in to post.

About this Topic