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.

Title background color

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

I have tried to find the code to change the background color that sits behind the article title in a filtered layout and failed. Nothing in the custom css is referencing it. Thoughts?

See image attached for clarification.

sharonrizzo.com/brand-reputation/brand-reputation-basics
Attachments:
  • Douglas Rost's Avatar
  • Douglas Rost
  • LIfetime Developer - Big Bamboo
  • 152 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Douglas,
There is no control for that in the module actually. So you would need to add it to your template's custom.css file.

So something like this would work for you:
.zt-filter h2 {background:red}
Thanks
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
Thanks Anthony,
But unless my old eyes are deceiving me, I am still seeing a grey box beyond the now blue box. Are you seeing this?
  • Douglas Rost's Avatar
  • Douglas Rost
  • LIfetime Developer - Big Bamboo
  • 152 posts
  • Karma: 0
The administrator has disabled public write access.
Hmm yes not sure what you mean - could you post a screenshot?
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
The arrow points to the edge of the grey
Attachments:
  • Douglas Rost's Avatar
  • Douglas Rost
  • LIfetime Developer - Big Bamboo
  • 152 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

Can you turn off css optimisation / compression in the template

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
css optimization is turned off in the template and g-zip compression turned off in system config
  • Douglas Rost's Avatar
  • Douglas Rost
  • LIfetime Developer - Big Bamboo
  • 152 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

Can you try adding these lines

#zentools-124 .zt-hidden-content {padding: 0px;}
.zentools h2.zt-block {margin:0; padding: 8px}

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