Borders on images

Home Forums Business Club Pro Borders on images

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #421
    Anonymous
    Inactive

    I am trying to add a border and specify the colour for all images in blogs. can i do this in custom CSS so i dont need to do it manually for every image

    thanks

    #422
    Axle Support
    Moderator

    Hello,

    Thanks for using our theme. Yes, you can add custom CSS in the site. If you are using WordPress 4.7 then in Customizer you can find Additional CSS section. If WP is less than 4.7, you would have to install plugin to add Custom CSS. Eg https://wordpress.org/plugins/simple-custom-css/

    Put following CSS. Change border width and color according to your site.

    #primary img {
    border: 3px #1122BB solid;
    }

    Regards,

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.