How do I get there to be a white border for my images?
If at all possible I would like this to be with the Custom Css Class within the image element so I can control with images this applies to.
I used this link, but the best I could do with it was to make all of the images have a white border and it also put borders within the Google Map element.
I am at a loss a loss at this point, how do I make this happen?
Thank you!!
I do have this already in my functions.php: add_theme_support(‘avia_template_builder_custom_css’);
Hi Micheal0424!
Add a custom class to your image elements and then use this CSS to add a border.
.my_class { border: 10px solid white !important; }
If that’s not working then send us a link to your page so we can take a look.
Regards,
Elliott
That worked perfectly, thank you.