Photo Content Block - Image Borders?
deelybug
Registered Users Posts: 34 Big grins
Does anyone know how to add a border around images in a Photo Content Block? I have added a vertical one to a page, but don't see a CSS option in the options for the block.
I can add a border via CSS for the entire page, but that also adds a border around my logo which I do not want.
http://www.jacquelinedeely.com/customize/Pages/News
Any help/suggestions appreciated:D
I can add a border via CSS for the entire page, but that also adds a border around my logo which I do not want.
http://www.jacquelinedeely.com/customize/Pages/News
Any help/suggestions appreciated:D
Jacqueline
0
Comments
I clicked on your link, but it took me to Smugmug.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Can you try again? http://www.jacquelinedeely.com/Pages/News
Thanks, Jackie
.sm-page-widget-10129967 .sm-tile-photo img {border: 2px solid red;}
Option:
.sm-page-widget-10129967 .sm-tile-photo img {
border: 4px double #ccc;
}
My Website index | My Blog
.sm-page-widget-10129967 .sm-tile-photo img {
border: 4px double #ccc;
padding: 6px;
}
My Website index | My Blog
If you increase the border size, you may have to reduce the width size to make it work without cropping.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
http://www.jacquelinedeely.com/Pages/About
Thanks again, Jackie
.sm-page-widget-10141174
There should be "action on click" for the box, set it to none.
My Website index | My Blog
Thank you!!!!