Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #374266

    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’);

    #374330

    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

    #374426

    That worked perfectly, thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Border for images’ is closed to new replies.