I know this is probably a simple one but for the life of me I can't find the code when I inspect it using google's inspect element feature. I am trying to change the hover color on my images to whatever color I decide to go with, though right now its an ugly green. You can see the ugly green http://k-ophotography.smugmug.com/FineArt. This green is also effecting my galleries when hovering over the large images. If someone can help me out with this that would be great! Thanks in advance!
Tell me more
×
SmugMug Stack Exchange is a question and answer site for
SmugMug developers and end users. It's 100% free, no registration required.
|
Add this to your CSS box: a:hover .imgBorder, .imgBorderOn { border: solid 1px #XXXXXX; } Where XXXXXX is any 6-digit hex color you like. |
|||||||
|