Customizing tabs
I'm having a hard time changing the background color, hover and text padding on our forum's tabs (personal profile, post message, idea exchange).
For example with personal profile I have tried calling them by so many different names and none of them work. I've been fiddling around Chrome's developer tools (inspect element and so forth) as I usually do and applying the changes to the correct CSS (and double checked), but nothing has an effect.
For example this works fine in dev tools, but has no effect when applied to the skin's CSS:
#lia-body .lia-content ul.lia-tabs-standard li.lia-tabs-inactive {
background-color: #0019AF;
border-bottom: 1px solid #0019AF;
}
And I think I've tried them all (specified to cases active, inactive and hover mostly), the ones that make the most sense and all the rest, for example:
#lia-tabs-active
#lia-tabs-inactive
#lia-tabs personal-profile-tab .lia-tabs-inactive
#lia-body .lia-content ul.lia-tabs-standard li.lia-tabs-inactive:hover
#lia-body .lia-content ul.lia-tabs-secondary li.lia-tabs-active a
#lia-body .lia-content ul.lia-tabs-standard li span a, #lia-body .lia-content ul.lia-tabs-standard li span .lia-link-navigation
#lia-body .lia-content ul.lia-tabs-standard li.lia-tabs-inactive
What I'm I doing wrong? Anybody? :robotfrustrated: