PDA

View Full Version : changing css


quioxte
10-11-2007, 05:25 PM
where do i find the style or code for the big ugly black bar that has the link to "home" in it?

I need to get rid of it.

boccio
10-11-2007, 10:54 PM
I suggest you use Firebug (http://www.getfirebug.com/), its a fantastic tool to pinpoint certain CSS class and modify it. It will help you tremendously for all small (and big) modifications in CSS, I'm sure.

berto
10-11-2007, 10:55 PM
Do you just want to removed the navigation all together?

quioxte
10-12-2007, 04:04 PM
not the bradcrumbs just the navigation

berto
10-12-2007, 04:19 PM
You can remove that by simply editing header.tpl found in the templates/ xhtml/box directory.

Micha
10-15-2007, 09:15 AM
You can find styles for this in your themes/default/css/style.css file.

Styles for pages navigation bar should start from line 55.

quioxte
10-15-2007, 05:27 PM
Thanks for all the suggestions. gotit looking the way I want firebug is a real cool tool. Makes editing css sooooooo much easier

Micha
10-16-2007, 08:12 AM
Firebug rulezzz :D