Title: Removing Boarders
Last modified: January 6, 2019

---

# Removing Boarders

 *  Anonymous User 16760821
 * (@anonymized-16760821)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/removing-boarders/)
 * Hello, first post as have got frustrated with not finding a solution via other
   means so would really appreciate some assistance. After a good couple of years
   of not doing anything with my site im looking to update and renovate it slightly.
 * Trying to remove the white boarder around the first image on my home page, any
   built in theme options dont seem to allow it (looks like my theme is no longer
   on WP site either). So looks like i need to code and just unsure what is needed
   to remove this and have the image flush with the surrounding boarders.
 * Would also like to change the colour of the frame between image and menus in 
   red ie the grey bit, which is the “shell” of the whole site, perhaps another 
   post is needed for this but would like it to reflect the colour of the existing
   background (red)
 * Any help greatly appreciated and hope it all makes sense
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremoving-boarders%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [RossMitchell](https://wordpress.org/support/users/rossmitchell/)
 * (@rossmitchell)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/removing-boarders/#post-11057270)
 * I used my browser inspector and found that the border was padding, to change 
   it use the customizer > Additional css to add:
 *     ```
       .boxed-layout .element-inner {
        padding: 0;
       }
       ```
   
 * Sorry I have not been able to find the element which has the background color.
   Suggest you try yourself with your browser inspector.
 *  [lisa](https://wordpress.org/support/users/contentiskey/)
 * (@contentiskey)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/removing-boarders/#post-11057285)
 * I think the “white border around first image is actually a background
 * might be controlled by changing CSS something like this…..not sure if you have
   tried…
 *     ```
       .boxed-layout .boxed-inner, .boxed-layout .element-inner, .post_grid, article, #comments .comment-body, #respond {
           background-color: none;
           border-color: none;
       padding:0;
          }
       ```
   
 * make the change in additional CSS area or in a child theme
 *  Thread Starter Anonymous User 16760821
 * (@anonymized-16760821)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/removing-boarders/#post-11063659)
 * thank you guys will try this tonight and let you know if im successful.
 *  Thread Starter Anonymous User 16760821
 * (@anonymized-16760821)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/removing-boarders/#post-11066441)
 * hello, so it worked a bit, as you can see some of the boarder has been removed
   but there is still some remaining, is there anyway to remove this? many thanks
   in advance.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Removing Boarders’ is closed to new replies.

## Tags

 * [colours](https://wordpress.org/support/topic-tag/colours/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: Anonymous User 16760821
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/removing-boarders/#post-11066441)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
