Hello,
I am trying to get rid of the bullets in the list.
I am on the adminpage and putting in the css-code, but nothing happens!
I have added:
list-style-type:none;
in the general settings for stylesheet in column 1 on row:
<li style="" class="" >
I dont know which class to set!
Please help!
Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of assistance.
Sorry, I thought it was selfeplaining
Here is the demo: http://chylly.square7.ch/image/widget.jpg
The bullets are sitting in the gravatar at the right side! Looks ugly!
But I solved it the "ugly" way! I just added css code to the global list. Maybe there is a better way only to change the list in the widget?
We need to see the page in question - not a screenshot.
Try adding:
#primary .widgetcontainer ul li {list-style:none;}
to user.css
Yes, perfect! Thanx for the help!
ahmadali
Member
Posted 1 year ago #
Hi,
Could someone provide a step by step for this? I'm having the same problem, though in my case its lack of knowledge more than anything else.
Do I add the new CSS class within the 'Edit' option for the appropriate menu/button within minimeta?
Or do I need to add the css to style.css (am using twentyten theme)?
Esmi suggests adding a specific line to user.css, where is this file? Can I edit this through the wordpress admin or is this a manual edit of one of the wordpress code files (i.e via ftp)