I using the Tabber widget with the child Kelper theme. What I'm trying to do is have the titles in the tabs one color and a link in my content in another color. Then when you hover the link in the content it will change color.
From looking at the CSS I'm finding that the title and main link color is connected in the Tabber CSS.
To display my content in the tabber widget I'm using a Widget Content box.
I have gone through the Kelper CSS and the Tabber Widget CSS and I'm not finding the style code that will give me the results I'm trying to achieve. How can I get this to work?
Thanks
Link Hover In Content For Tabber Widget
Started by
azaliagirl
, Aug 23 2012 07:33 AM
in progress tabber widget css link hoover style
7 replies to this topic
#3
Posted 24 August 2012 - 07:56 AM
Here is the URL http://discussionlistservices.com
The Tabber plug-in is being used in the right sidebar.
The Tabber plug-in is being used in the right sidebar.
#4
Posted 24 August 2012 - 02:02 PM
Hey Patricia,
Try adding the code below to the bottom of you themes style.css (Appearance>Editor). Change the colors to suit yourself!
Top Titles
Inner Titles
Hover Inner Titles
The Content
Please let us know if this helps!
Thanks,
Gerroald
Try adding the code below to the bottom of you themes style.css (Appearance>Editor). Change the colors to suit yourself!
Top Titles
.tabber-widget-tabs a {
color: blue !important;
}
Inner Titles
.tabber-widget-content a{
color: red !important;
}
Hover Inner Titles
.tabber-widget-content a:hover{
color: green !important;
}
The Content
.tabber-widget-content{
color: orange !important;
}
Please let us know if this helps!
Thanks,
Gerroald
#5
Posted 24 August 2012 - 03:21 PM
Hi Gerroald,
I put the style code into my Kepler: Stylesheet (style.css) it did not do anything.
I then tried putting that code into the tabber-widget/templates/rounded-dark.css and it did allow me to change the "Title Name" color on the tabs.
The hyperlinks in my content did not do anything and still do not change color when I hover over them.
I put the style code into my Kepler: Stylesheet (style.css) it did not do anything.
I then tried putting that code into the tabber-widget/templates/rounded-dark.css and it did allow me to change the "Title Name" color on the tabs.
The hyperlinks in my content did not do anything and still do not change color when I hover over them.
Reply to this Topic
ATTENTION
If this topic is marked RESOLVED or INFORMATION, or if you are NOT experiencing EXACTLY the same issue, please start a new topic to provide the details of your problem. If the solution provided doesn't work for you, you should start a new topic. If you feel this thread contains relevant information, you may include a link to it in your new topic. To ensure that we can process your support request efficiently, ALWAYS include a link to your site, and/or the page your request is related to. When posting your question or request on the forum, please be as concise and specific as possible. The shorter and more to the point you can make your request, the better.
For BackupBuddy related issues, be sure to include the status log from your most recent backup.
CLICK HERE to start a new topic in the Tabber-Widget Plugin forum.
Also tagged with one or more of these keywords: resolved, in progress, tabber, widget, css, link hoover, style
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users





