Hello all
Is it possible to put a colored box around images?
I'm guessing this might be a style sheet issue??? But its only a guess!!
Look forward to any replies!
BFGK
Hello all
Is it possible to put a colored box around images?
I'm guessing this might be a style sheet issue??? But its only a guess!!
Look forward to any replies!
BFGK
img {border: 5px solid #f00;} will give you a 5 pixel red border around your pics...ALL of them, so you may need to be a bit more specific in your stylesheet.
BTW - I understand what you're trying to achieve, but the dark red is almost impossible to see on the black background until you hover on it...I suspect people will get fed up after a few seconds as soon as the novelty of the effect wears off.
Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
20 years with Zencart !
Sorry
Just realised code wraps border around main logo header!!!
Just wanted border around images below logo banner!!!
Any ideas
Thanks in advance
BFGK
I did warn youYou need to locate the specific class where you want to apply this and then the code would be something like
#classid img {border: 5px solid #f00;}
or
. classname img {border: 5px solid #f00;}
Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
20 years with Zencart !