Hi everyone,
I'm using the suffusion theme with the category and links widget in the sidebar, in both cases I have unwanted bullets in the list of categories and of links. I've already searched the forums and applied all the different suggestions to solve the problem with no success. I tried to add "list-style: none" everywhere it was possible in the style.css, but nothing changed, I only messed up the bullets of the links widget that are now overlapping to names of the links.
This is what the style.css looks like right now:
.suf-mag-category ul,
.sidebar-tab-content ul,
.suf-widget ul {
margin: 0 ;
padding: 0 ;
}
.suf-flat-widget ul
.suf-panel-widget ul {
margin: 0 ;
padding: 0 ;
I'm new to all of this so I'm probably missing some important pieces of information. Can anybody tell me what I'm doing wrong?
Here you can have a look to the page:http://www.lazuccamezzapiena.com/.
Thanks a lot.
I'm always reticent to fix things this way, because one never knows what other issues it may precipitate, however:
In the Back End settings, in the Custom Includes box, add this CSS code:
.suf-mag-category li, .sidebar-tab-content ul li, .suf-widget li, .suf-flat-widget li, .suf-panel-widget li {
background-image: none;
}
@bobschecter
wow thanks a lot! I had given up trying to solve this issue, but now your suggestion has worked perfectly, thanks really a lot!! Could I solve in a similar way also the orange book-like bulletting of my category list in the upper part of the sidebar?
@esmi
I registered in the forum but never got back the email with confirmation of registration and password, so I could never log in!
Any CSS on your site can be modified using the custom includes, and in fact should be modified with the custom or a child theme. If you modify any of the CSS in the theme itself, it will be lost when there is an update to the theme.
Find and test the appropriate css with Firebug