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.

Colour a Row of Grids

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

This no doubt applies to general JoomlaBamboo as well.

I a trying to colour a row of grids and not an individual grid.

From previous posts - yes! I have looked them up.

I discovered I can colour them with this code in custom.css

html > body #grid13 {
background: #e0e0c8;
}

Now that is ok when the grid goes right across the 12 columns. But what if I wanted 2 or 3 columns - so instead of having a break in the colour across the columns - I just want a continual colour across all grids.

You can look at the site
staging4.counsellingandrealtionships.com.au
and have a look at grid13 - writing with Quotes right across the webpage. I want to have quotes and then another grid to display other information.
  • netrapt's Avatar
  • netrapt
  • LIfetime Developer - Big Bamboo
  • 55 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Again :)

It would depend really - possibly using

#grid4wrap .zen-container { }

and style according

If you set it up we should be able to point you in the right direction - there's normally a couple of different ways of doing everything :)

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Giving that a solid colour background would cover the whole content area for that wrap - not sure if that is what you are looking for

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

Thanks for your solutions.

I am now getting it! I have coloured right across the page now. I am away with understanding CSS more.

Until the next block. But I should be able to work it out using Chrome.

Thanks again.

Cheers,
Garry
  • netrapt's Avatar
  • netrapt
  • LIfetime Developer - Big Bamboo
  • 55 posts
  • Karma: 0
The administrator has disabled public write access.
You're welcome

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