I have an image/photo within a text box that I would like to put a 2px border around it. How can I do this?
The site is esomethin.com/yoursource.
Thanks,
Kurt
Hey Kurt,
1. Turn on custom css class name support and add a class name ‘custom-img’ to the text box inside white the image is there. http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
2. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
change the color value #444 to suit your design.
.custom-img img{
border: 2px solid #444;
}
Best regards,
Vinay
Great! Just what I needed. Thank you.
Kurt
Hi,
Glad to hear that worked!
Best regards,
Jordan