Colors in tab

Posted in: Newspaper
Post count: 9

Hello,
I am working some to customize the appearances of some tabs in my site.
In the tabs right now I see the active background is BLUE (theme default). I want to change that to WHITE and the blue line below I want to change to BLACK

http://www.balbro.se/musik/

I am working with the custom CSS.

How can I change the colors for this specific page?

Kind regards
Emil

Post count: 6600

Hi,

Please use this custom css: http://screencast.com/t/IDoIC2mwf8Wi

.page-id-1242 .ui-tabs-nav .ui-tabs-active a {
background-color: #fff !important;
}

.page-id-1242 .ui-tabs-nav {
border-color: #fff;
}

This will only apply to this page only because of the .page-id-1242 class, if you need this to change the background color for active tabs and border color you have to remove that class from the css.

Thanks

Post count: 9

I can´t enough say how impressed I am.
Both with the amazing theme and with your fast and very helpful support.
Problem solved 😀
Thankyou!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.