Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

In the category "how to"

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

I'm using tabs in the below content of an article! Works great, no redirects!
One of the tab titles need more (sales) attention like using an (background) image or something.
So what i want is not using the title text but an image or combination.

template Moments
I know it's possible to set a menu class suffix but can i style or edit the css to add my own class?
I thought it is possible to edit css using template manager. isn't it anymore?

see attm.:


Thanks for help!

Hugo
Attachments:
  • Hugo's Avatar
  • Hugo
  • 12 Month basic
  • 103 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Hugo,

Can you add the link for this page

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
it's on most every article page
but here is an example 84.107.134.49:8080/Motorvakantie-naar-Pyreneen(groepsreis)

The tab "Boek je reis" must have more sales attention

Hugo
  • Hugo's Avatar
  • Hugo
  • 12 Month basic
  • 103 posts
  • Karma: 0
The administrator has disabled public write access.
These tabs use background colours for hover and active

You could try a background image but you will need it fo fit the existing link block dimentions

to target the elements ideally you would use nth child but IE8 doesn't support it so you would be looking at some thing like

#mainWrap ul.nav.nav-tabs li:first-child + li + li + li.active a {background:red !important}
#mainWrap ul.nav.nav-tabs li:first-child + li + li + li a:hover {background:red !important}
#mainWrap ul.nav.nav-tabs li:first-child + li + li + li a {background: blue}

You would be best trying these lines one at a time to see how it displays

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: Hugo
it's working, great! thanks

Hugo
  • Hugo's Avatar
  • Hugo
  • 12 Month basic
  • 103 posts
  • Karma: 0
The administrator has disabled public write access.
no problem

If you change the tab order you will need to add or remove an li

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers