When you transition between tabs, it causes the link colors of the articles listed in the tab to darken, then brighten again.
I want to remove this affect all together, it looks awkward. Please advise.
.gkTabsItem.gk-opacity.gk-hide {
opacity: 1 !important;
}
teitbite wrote:Please add this code to override.css and make sure override is enabled in template settings.
- Code: Select all
.gkTabsItem.gk-opacity.gk-hide {
opacity: 1 !important;
}