Bullets showing up in WP UI Tabs
-
I installed the WP UI – Tabs, accordions and more plugin and it seems to be working okay, but I am having an issue with my theme. The Mantra theme uses the following code in style.css
#content ul>li { background: url(images/mantra_bullet.png) 0px 10px no-repeat; text-indent:20px; }
This creates custom bullets using the mantra_bullet.png image. The problem is, the bullets are showing up in my tabs.
I tried commenting out the above line from style.css, but then I had no bullets at all. So I tried just overriding it in wp-ui/wp-ui.css using this line:
#content ul>li { background: none; }
It sort of works, but it strips the bullets out of the whole page, not just the tabs.
Does anyone know how I can remove the bullets just from the tabs? I also tried adding the “background: none;” to all of the ul and li styles in wp-ui/wp-ui.css but that did nothing.
- The topic ‘Bullets showing up in WP UI Tabs’ is closed to new replies.