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.

primary-row style css

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

Hi Paul : )

I am just trying to add some custom CSS to my .primary-row so I can have a link and a link hover colour.

Can I do this via custom CSS or do I need to do it via Settings/Themes/Styles folder?

Thanks : )

ScreenShot2016-06-24at2.39.31PM.png
  • Julia Booth's Avatar
  • Julia Booth
  • 12 Month Developer
  • 125 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Julia,

Is it styling specific to the row and different than the rest of the site?

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

Yes specific to my bottom row as I am using the primary colour as a background for this row's styling. I need to adapt my link and link hover colours. As is all text is white.

cultivatehealth.com.au/

: )
  • Julia Booth's Avatar
  • Julia Booth
  • 12 Month Developer
  • 125 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Julia,

Try

#bottomwrap .zen-spotlight a {color:red;}
#bottomwrap .zen-spotlight a:hover {color:green}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
This won't affect the email as that is a little different - do you want a style to target that as well?
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thanks Paul, That worked and yes your read my mind the email would be good to. I have it as a linkable mail to address configured by an email protector plugin (not sure if that's relevant).

Thanks again for all your help!

: )
  • Julia Booth's Avatar
  • Julia Booth
  • 12 Month Developer
  • 125 posts
  • Karma: 0
The administrator has disabled public write access.
Try adding

span.cloaked_email.ep_107593e2 span {color:red;}

using your own colour
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
If its a problem elsewhere on the site I'd use the row id as well

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
It isn't a problem on the rest of the site so I'll try to target it with the #bottomwrap...I tried these two with no luck...

span.cloaked_email.ep_107593e2 span {color:red;}

#bottomwrap span.cloaked_email.ep_107593e2 span {color:red;}

: )
  • Julia Booth's Avatar
  • Julia Booth
  • 12 Month Developer
  • 125 posts
  • Karma: 0
The administrator has disabled public write access.
ah its changing the span ep number on a per page basis so this only applies to the page I happened to be on

Just a sec
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
You will need to use a more generic class or wrap it a class

for the bottom3 position try adding

#bottom3 a span {color:red;}
  • 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