Denzel Chia
    Moderator
    Posts: 2656
    November 2, 2015 at 7:26 am #21731

    Hi,

    Do you want to change the menu background to white?

    Please use the following codes in your Theme Options -> Custom CSS
    it removes the border in your picture.

    .entry-content img, .entry-content .wp-caption {
    border: medium none !important;
    padding: 0 !important;
    }

    Thanks!

    Joey Mansveld
    Spectator
    Posts: 32
    November 2, 2015 at 11:54 am #21736

    Thanks! It works!

    Joey Mansveld
    Spectator
    Posts: 32
    December 23, 2015 at 5:48 pm #23237

    after the update I have the same problem

    Joey Mansveld
    Spectator
    Posts: 32
    January 2, 2016 at 10:07 pm #23322

    I have update evolve, but after the update i have the same problem as i describe at my first post at this topic

    Denzel Chia
    Moderator
    Posts: 2656
    January 3, 2016 at 5:10 am #23330

    Hi,

    Use the following in your Theme Options -> Custom CSS

    .img-responsive {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    }

    Thanks!