Lovelidicious
Member
Posted 3 years ago #
When I tried to add a link via HTML into the description of the images. The links appear in very huge font size and in another font as well. Is there a way to change it in the CSS? I couldn't find where I could change this.
Here is an screenshot of what I mean:
http://img116.imageshack.us/img116/7800/captureyr3.jpg
Notice the font size and type is different from the normal text. I would like to change it to the same font size and type. How do I go about doing this? Thank you. :)
jackgruber
Member
Posted 3 years ago #
Hi modify your css from the JavaScript Thumbnail Effekt
example for Shutter
add this to shutter-reloaded.css
#shDisplay div#shTitle div#shName a {
color:#FFFFFF;
font-size: 1.4em;
}
Lovelidicious
Member
Posted 3 years ago #
Okay, thanks so much :) It is working perfectly now.
I added the following CSS to get the same font as the normal text.
#shDisplay div#shTitle div#shName a {
color: #FFFFFF;
letter-spacing: 0;
padding: 0;
margin: 0;
font: bold 12px/17px 'Lucida Grande', Verdana, sans-serif;
}
#shDisplay div#shTitle div#shName a:hover {
text-decoration: underline;
}