I'm new to WP, using the twenty-eleven theme. I'm trying to remove the bullets of the lists of the sidebar via css. No success.
I wrote this on the css:
#secondary li {list-style: none;}
Any tips, please?
I'm new to WP, using the twenty-eleven theme. I'm trying to remove the bullets of the lists of the sidebar via css. No success.
I wrote this on the css:
#secondary li {list-style: none;}
Any tips, please?
Do not edit the Twenty Eleven theme. It is the default WordPress theme and having access to an unedited version of the theme is vital when dealing with a range of site issues. First create a child theme for your changes.
thank you esmi. I saw it working but after I switched to another theme as the tutorial says I get an empty page when I try to activate the child theme.
I have done the download and reinstalled WP, but the change of list-style have no effect.
Site url?
I'm using the virtual host MAME.
Try:
#primary li {
list-style: none outside none;
}I restarted MAMP and the bullets are gone now.
#secondary li {list-style: none;}
I don't know how but it's solved.
Thanks
You must log in to post.