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.

Changing article title color used by zentools as link

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

Hello, I am using zentools grid module inside of a responsive template. it uses the title, image and introtext with more button from my articles. the title from each article also links to the article.
it shows in blue and turns to green on hover. I would like to set it to black and maybe grey on hover. I tried adding
.zentitle h3 {color:#000;} to custom.css, but it did not help.

when I look at the rendered source code, this is what I get for the title that I whant to display in black

<div class="zentitle element1 firstitem"><h3><a target="_self" href="/index.php/completas/10-otras-artes/22-el-hombre-en-busca-de-sentido" data-behavior="content"><span>EL HOMBRE EN BUSCA DE SENTIDO.</span></a></h3></div>

Looking for kind soul to please help. ;)
  • Argos's Avatar
  • Argos
  • 3 Month Basic
  • 41 posts
  • Karma: 0
The administrator has disabled public write access.
Do you have a link to the site?
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
alejandradeargos.com.cp-22.webhostbox.net/

is still under construction...
  • Argos's Avatar
  • Argos
  • 3 Month Basic
  • 41 posts
  • Karma: 0
The administrator has disabled public write access.
Close - try something like

.zentitle h3 a {color:#333;}
.zentitle h3 a:hover {color:#B8D080;}

The hover colour is just the current colour I stole so you will need to replace that with your colour value

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: Argos
Worked like a charm!
:) Forgot the a for the link. I am learning as I go. Thank you very much for the lightning fast response. :)
  • Argos's Avatar
  • Argos
  • 3 Month Basic
  • 41 posts
  • Karma: 0
The administrator has disabled public write access.
No problem
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: Argos

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

Happy Campers