Denzel Chia
    Moderator
    Posts: 2656
    02.11.2015 at 07:26 #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
    02.11.2015 at 11:54 #21736

    Thanks! It works!

    Joey Mansveld
    Spectator
    Posts: 32
    23.12.2015 at 17:48 #23237

    after the update I have the same problem

    Joey Mansveld
    Spectator
    Posts: 32
    02.01.2016 at 22:07 #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
    03.01.2016 at 05:10 #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!