• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

[Mini mod] Remove text-shadow on tablinks

dutchbb

Well-known member
Example:

old_nav_xen-png.10912


1. Open template EXTRA.css

2. Add:

Code:
.navTabs .navTab.selected .tabLinks a
{
        text-shadow: none;
}

Done. Since it's in EXTRA.css you don't have to worry about future template upgrades.
 
Adding it in EXTRA or elsewhere depends on whether you want to centralize your customizations or not.

Sorry, no live preview arabic. But it is a very quick edit that can be reversed with a click, so...
 
Top Bottom