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.

Failing at changing colour of text

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

I'm using the Grid3 template. This is the link. www.unitedwaypeel.com/grid3/index.php/united-way-in-2012-13

I am trying to change the colour of the heading in the sidebar2 menu - "United Way in 2012/13" to be white. I would also like to change the text under it that is currently red and invisible to white. How would I go about doing that? I tried adding all sorts of things to custom.css such as .inset.primary1 .zen-module-body {
colour: #ffffff; and other bits based on firebug.

Please help!
  • tford's Avatar
  • tford
  • 6 Month Developer
  • 29 posts
  • Karma: 0
The administrator has disabled public write access.
Try

.inset.primary1 h3 {
color: #fff;
}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
That worked for the heading! Thank you!

How would I change the text under it so that it is visible?
  • tford's Avatar
  • tford
  • 6 Month Developer
  • 29 posts
  • Karma: 0
The administrator has disabled public write access.
Try

.sidebar ul.nav a {
color: #fff;
}


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

and thank you very much!:
  • tford's Avatar
  • tford
  • 6 Month Developer
  • 29 posts
  • Karma: 0
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