dorydorydory
Member
Posted 1 year ago #
Content inside tabbed widgets starts with a bullet and an indent. How can I take that out?
For example, please see my blog at http://www.cantrememberdiddly.com.
Under Recent Posts, it has one bullet and an indent and then also a bulleted list. I would like to see ONLY the bulleted list.
How can I make that happen?
kasparsd
Member
Posted 1 year ago #
Your theme uses a gigantic unordered list for the widgets. This way all child items in the list inherit CSS properties of their parents.
To fix the 'extra' bullet problem, try adding this at the end of your style.css:
.tw-accordion .tabbed-widget-item li.widget { list-style-type:none; background-image:none; }
kesvel
Member
Posted 3 months ago #
Kasparsd,
You are an absolute legend, I have been trying to work this out for hours and thanks to Dory asking the question and you providing a perfect solution I am a happy man !
Thanks heaps
Kesvel