menu tree color change
mjkmedia
Joined: 2006-08-28
Posts: 7 |
Posted: Wed, 2014-02-26 17:40 | |||
is there a way to highlight only one album in red text versus changing them all? attached is an image of what I am trying to accomplish Gallery version:2.2.6
|
||||
Posts: 27300
I guess one could use CSS selectors:
a[href="http://EXAMPLE.com/test"] { color: red; }
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 7
would you put that in the title of the album or in the actual code?
Posts: 27300
in your css
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 27300
forgot about the $
a[href$="http://EXAMPLE.com/test"] { color: red; }
more info:http://stackoverflow.com/questions/3859101/what-does-ahref-do-in-css
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team