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.

Sliderwrap Nav Tabs - change color & background

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

Just looking for direction on custom css to modify the color and background of the slider wrap on the home page. I was able to get a border (kept it) and was able to get the inactive tabs to change color, but not the active and not the hover.

url: www.secondgrowth.org

slider has support groups, counseling, coaching for captains & school programs

Thanks much!
Maria Lara
  • AquilinoArts's Avatar
  • AquilinoArts
  • LIfetime Developer - Big Bamboo
  • 286 posts
  • 4 Thanks
  • Karma: 2
The administrator has disabled public write access.
Hi Maria,

Thanks you so much for your kind word son Google Plus. I tend not to use that site much and only just discovered them :) Thanks!

For that you need to use this code:

#tabwrap ul.nav-tabs li a.current, #sliderwrap ul.nav-tabs li a.current {
background:#333 !important
}
Make sure you use !important in case it doesnt have the correct priority.

Thanks
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
Thank you, Anthony. I can change the background and border successfully with this custom css:

#sliderwrap ul.nav-tabs {
border: solid;
border-width:3px;
border-color:green;
background: #ffffff;
}

But, I haven't been able to target the text for each tab with its' corresponding box with and without checkmark. I think it's a bit more tricky than I can discern. Any suggestions?

Much Joy,
Maria Lara
  • AquilinoArts's Avatar
  • AquilinoArts
  • LIfetime Developer - Big Bamboo
  • 286 posts
  • 4 Thanks
  • Karma: 2
The administrator has disabled public write access.
What are you looking to change?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Nevermind–I figured it out. Thanks for responding!

I guess I was having JoomlaBamboo withdrawals and tried to find a reason to post. ;-D

Smiles,
Maria Lara
  • AquilinoArts's Avatar
  • AquilinoArts
  • LIfetime Developer - Big Bamboo
  • 286 posts
  • 4 Thanks
  • Karma: 2
The administrator has disabled public write access.
:)

No problem

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