• Anonymous User 16760821

    (@anonymized-16760821)


    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 to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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

    (@contentiskey)

    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)

    thank you guys will try this tonight and let you know if im successful.

    Thread Starter Anonymous User 16760821

    (@anonymized-16760821)

    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.