By miggols99 on
How do you edit the tabs? I do not know what classes to use in my stylesheet for it. They are ones that say view, edit etc.
How do you edit the tabs? I do not know what classes to use in my stylesheet for it. They are ones that say view, edit etc.
Comments
drupal.css
open misc/drupal.css
find this area:
now you have two choices, you can edit the css where it stands, or you can copy it to your style.css and override it there which is prefereable, when using a custom theme, so that your changes wont get overridden during an update, or upgrade.
ok
I've fixed that. Now how do I change the colour of the active tab shadow?
in the same code
in the same code find
everything to do with the tabs are is within the code previously posted.
youre welcome.
Didn't explain it properly...
I want to change the colour of the shadow on the active tab. How do you do that?