Keyword

[SOLVED] Tabs & Sliders: Defining different looks for different tabs?

More
8 years 9 months ago - 8 years 9 months ago #145487 by Marek
Hi,

we are using Tabs & Sliders [for articles] on our website.
Does the plugin offer any possibilty to define particular tabs in a different look than others? For instance, I would like to change the font size and the color of only one of the tabs?
Until now, we got managed to define only ALL of the tabs with the template.css. But I am searching for a way to format only one of the tabs in a different look.

In advance: Replacing this plugin with for example NoNumber or other extension/modules/plugins are not a solution for us, as most of the needed features are only working in Joomla 3.0 but not in our used Joomla 2.5. An Update to 3.0 is also not an option due to too many manually generated adjustments.

Any ideas how to handle that? Or is it impossble with this plugin?

Facts:
- Example on our website: www.happy-brands.com/index.php/charm-anhaenger.html
here, please scroll down to the tab content box
- Goal: The first tab "ANFRAGEN" should be shown in a different style than the other tabs. For example in bold font and with red background
- Joomla 2.5
- Tabs & Sliders [for articles] (plugin) 2.7
- Settings made by us in the template.css to define the look of the tabs, in general:

ul.jwts_tabbernav li a {
font-size: 11px;
margin: 0px 3px px 0px;
padding: 6px 8px 2px;
color: #666;
border: 1px solid #bbb;
border-bottom: none;
background: #eee;
text-decoration: none;
}

Looking forward to your help!
Last edit: 8 years 9 months ago by Marek.

Please Log in or Create an account to join the conversation.

More
8 years 8 months ago #146878 by Kumar Sara
You can use the :first-child pseudo element to target the first tab's li element

ul.jwts_tabbernav li:fisrt-child {}

or use an attribute selector

ul.jwts_tabbernav li a[title="ANFRAGE"] {}

You may need to include the !important declaration

Maximizing the Power of K2 to cut third party extension dependency and increase website efficiency. cmsenergizer.com

Please Log in or Create an account to join the conversation.

More
8 years 7 months ago #146930 by Marek
Dear Kumar Sara,

that is EXACTLY what I was searching for!
Works great.
Thank you very much, you've been a big help for me.

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum