By apina on
ok i searched this site for how to remove the bullets next to the links but i cant fine it
and also in firefox there is a 1px gray bottom boarder that is between the content and header and i cant find out how the hell to remove that
in IE the boarder is not there , only in firefox
can someone please help
thanx
Comments
I'd strongly recommend
I'd strongly recommend getting the firefox plugin called "firebug", when turned on it lets you rollover elements of your site, and it'll show you the DOM structure and which CSS it's using. This is really useful for drupal sites, because as of 4.7 modules load their own CSS, so it can be a real pain to find some CSS styles, because they're not loaded from your theme, but by default.
Or you can also use the 'web developer' plug-in, which lets shows you all the CSS that's being loaded in a page.
The bullets in question, i'd check under modules/system/system.css - there's some default definitions for list items, or what you can do is to make sure you override them in your theme, since i believe theme stuff takes precedence.
ok i just cant get it the
ok i just cant get it
the login block, navication and read more links have bullets and i really cant find the fix to this ANYWHERE
this new 5.X is retarded they should have never made that core.
can anyone please help and pinpoint this exactly for me
im using bluemarine theme
remove menu bullets (drupal 6.8)
Using firebug mentioned above:
(in drupal 5) the bullets are coming from "modules/system/system-menus.css"
for me they seem to overide the settings in "bluemarine/style.css"
I had to clear the cache at "admin/settings/performance" to see the change.
hope this saves someone some time:)