Borders on Photos in Bueno theme

  • Unknown's avatar

    Hi, there seems to have been changes to WordPress. I’m working on the Bueno theme and there is always a border around the photos. Up until now, I could go into Advanced Settings for each photo and type in ‘border:none;’ to get rid of the border. Now I see now way of doing that. I don’t know how to do the CSS thing, I’m not tech savvy. I need a quick easy fix! I need help as the photos look awful with the border and I don’t have the time to look for a new theme right now, nor do I want a new theme. If you could help me I’d really appreciate it! The blog is okaybee.wordpress.com. Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    There were some recent changes to the Visual editor that removed the ability to style the border attribute when adding an image to a post. However, you can use the following CSS to remove the border from all images on your page:

    .entry img {
    	border: none;
    }

    Navigate to Appearance -> Customize -> CSS and place the code above.

    Let me know if you have any trouble!

  • Unknown's avatar

    Amazing! Thank you so much! I never would have figured that out :)

  • Unknown's avatar

    Not a problem! I’m glad we were able to get this sorted out. Let me know if you need anything else.

  • The topic ‘Borders on Photos in Bueno theme’ is closed to new replies.