By voyelle on
Hi,
I have a php/mysql website that I am trying to convert to Drupal. So first thing I try to build a Drupal theme that will look like my website. So far everything is working fine beside my menus list which is still showing bullets although my css specified
list-style:none and list-style-image:none.
Does anybody know how to fix that issue please?
Thanks
Comments
You can use Firebug (a
You can use Firebug (a Firefox extension) or Chrome's developer tools to examine the html and css applied. I would guess there is existing css with a more specific selector than the one you are using.
you right
Thanks Nevets for you help, I was able to see which other style was used with firebug and then modify it.