Hi
I'm using Tabber Widget on two different Pages. I'd like the Tab font color and content to be different on each Page.
I am using Americana/Mojave theme, and there are 2 Widget Bar options in the Layout Manager: one is the Default, and one has a Dark Background. So, I need the font color of the Tabs the Tabber Widget that is on the Dark Background to be different from the Default Widget Background tabber widgets.
Not sure how to do that in the Tabber Widget CSS.
Here is the default Widget Bar with Tabber Widget, which I do not want to change: http://wordpressbygirlfriday.com/hcdg/our-dentists
Here is the Dark Background Widget Bar with the Tabber Widget, and I need to change the Tab font color for any Tabber Widgets that are in a Dark Background Widget Bar: http://wordpressbygirlfriday.com/hcdg/our-services
thanks very much!
Elaine
Different tab colors for Tabber Widgets on different pages
Started by
elucia
, Apr 21 2011 06:53 AM
4 replies to this topic
#1
Posted 21 April 2011 - 06:53 AM
#2
Posted 21 April 2011 - 08:35 AM
For the active tab or inactive tab?
Are you sure widget bars at http://wordpressbygirlfriday.com/hcdg/our-services have a custom module style set?
I don't see the Dark background style's class (widget-bar-dark-outer-wrapper) applied for the module's wrapper.
Are you sure widget bars at http://wordpressbygirlfriday.com/hcdg/our-services have a custom module style set?
I don't see the Dark background style's class (widget-bar-dark-outer-wrapper) applied for the module's wrapper.
Builder FAQ | Builder Wiki | Builder Basics Videos | Builder Advanced CSS Videos
Follow me on Twitter | Get latest news on Builder at our Facebook page | My Builder Snippets Blog
#3
Posted 21 April 2011 - 09:02 AM
you are correct, Sridhar! I pasted the wrong link to the wrong background in my post above...so sorry!
The "Our Services" page is using the Default widget background style. <a href="http://wordpressbygirlfriday.com/hcdg/our-services" rel="nofollow" target="_blank">http://wordpressbygirlfriday.com/hcdg/our-services</a>
If I change the css style for the Tabber Widget font colore on the DEFAULT widget background style, it will change it for ALL widget backgrounds including the Dark widget background style.
The page using the Dark widget background is the way I want it to look: <a href="http://wordpressbygirlfriday.com/hcdg/our-dentists" rel="nofollow" target="_blank">http://wordpressbygirlfriday.com/hcdg/our-dentists</a>
I'm just not quite sure how to do it in the Tabber Widget's css file...
thanks!!
Elaine
The "Our Services" page is using the Default widget background style. <a href="http://wordpressbygirlfriday.com/hcdg/our-services" rel="nofollow" target="_blank">http://wordpressbygirlfriday.com/hcdg/our-services</a>
If I change the css style for the Tabber Widget font colore on the DEFAULT widget background style, it will change it for ALL widget backgrounds including the Dark widget background style.
The page using the Dark widget background is the way I want it to look: <a href="http://wordpressbygirlfriday.com/hcdg/our-dentists" rel="nofollow" target="_blank">http://wordpressbygirlfriday.com/hcdg/our-dentists</a>
I'm just not quite sure how to do it in the Tabber Widget's css file...
thanks!!
Elaine
#4
Posted 21 April 2011 - 11:47 AM
Add the following at the end of child theme's style.css:
.widget-bar-dark-outer-wrapper .tabber-widget-rounded-light ul.tabber-widget-tabs a.selected, .tabber-widget-rounded-light ul.tabber-widget-tabs a.selected:hover {
color: #696035;
font-weight: bold;
}
.widget-bar-dark-outer-wrapper .tabber-widget-rounded-light ul.tabber-widget-tabs a {
color: #e8d26f;
}
Builder FAQ | Builder Wiki | Builder Basics Videos | Builder Advanced CSS Videos
Follow me on Twitter | Get latest news on Builder at our Facebook page | My Builder Snippets Blog
#5
Posted 21 April 2011 - 12:40 PM
Thank you, Sridhar, once again you save the day!!
:)
Elaine
:)
Elaine





