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.

Grid 4 Grid background

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

Stuck in a loop chasing the background colour for the grid mouseover.
See image
Thanks
g4.png
  • Andrew's Avatar
  • Andrew
  • 12 Month basic
  • 509 posts
  • 20 Thanks
  • Karma: 10
The administrator has disabled public write access.
Hi Andrew

Should be the secondary color in the template unless change in zentools css. Out of the box though it is the secondary color.

Regards Ian
  • iafdesign's Avatar
  • iafdesign
  • LIfetime Developer - Big Bamboo
  • 393 posts
  • 153 Thanks
  • Karma: 58
The administrator has disabled public write access.
The following user(s) said Thank You: Andrew
Thanks Ian
Sadly I tried that ... made no difference :(
Ended up chasing down the CSS and did a custom.css fix instead.
Doing that when you answered here.
Thanks for your input
.zt-caption figcaption {
    background: rgba(139, 143, 225, 0.8) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    padding: 0 10px;
    position: absolute;
    top: 0;
    z-index: 10;
}
  • Andrew's Avatar
  • Andrew
  • 12 Month basic
  • 509 posts
  • 20 Thanks
  • Karma: 10
Last Edit: 7 years 9 months ago by Andrew.
The administrator has disabled public write access.
Hi Andrew

Ah sorry, duff steer, my test install is getting a bit non-standard....

In Zentools 2 theme tab, try

Overlay Style > Overlay background

I have saved this out as a custom css for this zt module on a test site but should also work if you apply to the master if you want the same everywhere.

I hope that helps.

Regards
  • iafdesign's Avatar
  • iafdesign
  • LIfetime Developer - Big Bamboo
  • 393 posts
  • 153 Thanks
  • Karma: 58
The administrator has disabled public write access.
The following user(s) said Thank You: Andrew, manh
Thanks Ian - that should do the tricket
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thanks
Discovered that the settings there were not custom
All done
  • Andrew's Avatar
  • Andrew
  • 12 Month basic
  • 509 posts
  • 20 Thanks
  • Karma: 10
The administrator has disabled public write access.
Good luck with the site

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
While I'm here ... where are the settings for the image shrink sizing?
See first post.
Looking to have it shrink but not as much as is by default.
Some testers got confused as to how that worked.
Thanks
  • Andrew's Avatar
  • Andrew
  • 12 Month basic
  • 509 posts
  • 20 Thanks
  • Karma: 10
The administrator has disabled public write access.
Shrink sizing meaning the hover affect?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Words are so important eh?
Yes the hover effect ... still want it to happen but not so much
  • Andrew's Avatar
  • Andrew
  • 12 Month basic
  • 509 posts
  • 20 Thanks
  • Karma: 10
The administrator has disabled public write access.
.no-touch .caption-style-5 figure:hover img, .caption-style-5 figure.caption-hover img {transform: scale(.4);}

is the style that is applying so you need to adjust the .4 as
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
You may need to add an additional class depending if you want it to affect other zentools modules or not

If its not working at all try adding body in front of the style I suggested to increase the specificity

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