Custom Tabber Template 'background'
#1
Posted 29 November 2010 - 10:42 PM
The tabber widget shown is a custom 'Threads.css' template. I am trying to make the background of it: #F0EEEF (it is showing white right now).
I added the background line below but there is still a white box around the entire tabber:
.tabber-threads {
color: #371c09;
<span style="color: #800000"> background: #F0EEEF;</span>
padding: 0 !important;
margin: 0 !important;
I think it needs to be fixed in the custom tabber template, but not sure where.
Thanks in advance
#2
Posted 30 November 2010 - 12:00 AM
#builder-module-4cf4141b624b9
{
background-color: #F0EEEF;
}
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 30 November 2010 - 06:51 AM
#4
Posted 27 February 2011 - 06:11 PM
I have the same issue, but by tabber has a yellow shade. I can't seem to locate the builder modeule code:
http://www.digitalthrottle.com/publisher_faq/
#5
Posted 27 February 2011 - 11:06 PM
I don't see a tabber at that URL.
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
#6
Posted 16 March 2011 - 04:14 PM
Can also see the same issue at http://www.digitalthrottle.com/trucksites/
Thanks-
#7
Posted 17 March 2011 - 12:51 AM
To change the background color of active tab to say, yellow the code to be added in style.css is:
.tabber-widget-rounded-light ul.tabber-widget-tabs a.selected {
background: yellow !important;
}
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





