|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Major grins
|
change the link color in the journal old style
Does anyone know how to use CSS to change the color of the link in the caption for journal old style? Thanks.
|
|
|
|
|
#2
|
|
|
Major grins
|
Please post a link to the gallery with details about what you want to change.
--- Denise
__________________
http://www.denisegoldberg.com ... http://denise.smugmug.com Musings & ramblings at http://denisegoldberg.blogspot.com, quick posts in google+ |
|
|
|
|
#3
|
||
|
Major grins
|
Quote:
Thanks! |
|
|
|
||
|
#4
|
||
|
Major grins
|
Quote:
Code:
.gallery_23593388 a:link { color: #61B9EC; }
--- Denise
__________________
http://www.denisegoldberg.com ... http://denise.smugmug.com Musings & ramblings at http://denisegoldberg.blogspot.com, quick posts in google+ |
|
|
|
||
|
#5
|
||
|
Major grins
|
Quote:
|
|
|
|
||
|
#6
|
|
|
Major grins
|
That page is showing blue links for me. What text did you expect to see changed that isn't?
--- Denise
__________________
http://www.denisegoldberg.com ... http://denise.smugmug.com Musings & ramblings at http://denisegoldberg.blogspot.com, quick posts in google+ |
|
|
|
|
#7
|
|
|
Major grins
|
|
|
|
|
|
#8
|
|
|
Major grins
|
Ah, I think I see. If you had already visited the link it was shown in gray. Try this CSS instead:
Code:
.gallery_23593388 a:link,
.gallery_23593388 a:visited {
color: #61B9EC;
}
__________________
http://www.denisegoldberg.com ... http://denise.smugmug.com Musings & ramblings at http://denisegoldberg.blogspot.com, quick posts in google+ |
|
|
|
|
#9
|
|
|
Major grins
|
Working perfectly! Thanks so much Denis!
|
|
|
|
|
#10
|
||
|
Major grins
|
Quote:
|
|
|
|
||
|
#11
|
||
|
"tweak 'til it squeaks"
|
Quote:
Code:
.gallery_23593388 .caption a:link,
.gallery_23593388 .caption a:visited {
color: #61B9EC;
}
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#12
|
||
|
Major grins
|
Quote:
I tried to put some links in the description area in the old journal style such as in Swordsman 笑傲江湖 as Linghu Chong/Yang Lian Ting 令狐冲/杨莲亭 Xing Ming Shi Ye 刑名师爷 as Meng Tian Chu 孟天楚 edit The default color is gray but I want to change the link color to something else. If I put the following codes in CSS this not only change the color of the links but also the color of the nav bar. However, I don't want to change the color of the nav bar other than just the links themselves. .gallery_23593388 .caption a:link, .gallery_23593388 .caption a:visited { color: #61B9EC; |
|
|
|
||
|
#13
|
||
|
"tweak 'til it squeaks"
|
Quote:
only changing to the blue on hover.
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#14
|
|
|
Major grins
|
|
|
|
|
|
#15
|
|
|
Major grins
|
Hi Allen
If I want to change the color of the links in more than one old journal style pages (created several journal old styles), should I repeat the codes for other journals? This doesn't seem to be working... any trick to this? Thanks for your help! Appreciated! |
|
|
|
|
#16
|
||
|
"tweak 'til it squeaks"
|
Quote:
Code:
.journal .caption a:link,
.journal .caption a:visited {
color: #61B9EC;
}
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#17
|
|
|
Major grins
|
|
|
|
|
| Tell The World! | |
| Similar Threads | Thread Starter | Forum | Replies | Last Post | ![]() |
| Need Code to to make changes to Journal Style | Art Scott | SmugMug Customization | 38 | Jun-16-2012 06:09 PM | |
| Need help with recent activity feed on a homepage & journal style gallery features | slavinka | SmugMug Customization | 4 | Oct-22-2011 11:26 AM | |
| help "cleaning up" advanced customization stuff | jasonscottphoto | SmugMug Customization | 6 | Apr-04-2010 02:27 PM | |
| Can't change viewing style from journal "click" page | hyachts | SmugMug Support | 2 | Sep-20-2008 07:54 AM | |
| link format for a gallery with a default/starting style? | jwilkinson | SmugMug Support | 3 | Oct-25-2006 07:04 PM | |
| Thread Tools | |
| Display Modes | |
|
|