Quote:
Originally Posted by Sean James
This is what I use mate to remove all those CSS shadows from certain skins. Add this to your additional.css template
Code:
* { -moz-box-shadow: none !important; }
* { -webkit-box-shadow: none !important; }
|
hmm... I added it, I cleared the system cache but still all shadows are there.
--------------- Added [DATE]1354088805[/DATE] at [TIME]1354088805[/TIME] ---------------
Quote:
Originally Posted by Amaury25
Or you can just set the shadow StyleVars to transparent.
|
By changing the Global Shadow Color to transparent removes the shadow from sidebar (maybe in other places too), but the forumlist still has shadow.
--------------- Added [DATE]1354088915[/DATE] at [TIME]1354088915[/TIME] ---------------
Quote:
Originally Posted by Amaury25
Or you can just set the shadow StyleVars to transparent.
|
Ok... forumbits_shadow_color did the trick.
--------------- Added [DATE]1354089152[/DATE] at [TIME]1354089152[/TIME] ---------------
Can someone tell me how I can align the Forum category title to far left? Now seems that has a padding width there.