Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #112830
    luismarioochoa
    Participant

    Hello,

    Can you please help me remove image borders? The code style=”border: none;” is not working. I tried to place it just before the style=”border: none;” /> but it is not doing it either, It looks like the code has been inserted by default in the theme <p style=”text-align: justify;”>, but it is not working either. Here is a link http://www.bonvivanttravel.ca/bon-vivant-exclusives/
    Thank you in advance

    Luis

    #112835
    Pratik
    Keymaster

    Hi @luismarioocho,

    Try following code in Appearance=> Customize=> Additional CSS box:

    
    .entry-content img {
        box-shadow: none;
    }
    

    Let me know how it goes.

    Regards,
    Pratik

    #113010
    luismarioochoa
    Participant

    Thank you for replaying, unfortunately the recomended fix did not work. Please see link http://www.bonvivanttravel.ca/what-is-opimian/

    Advice

    Luis

    #113022
    Pratik
    Keymaster

    Hi @lusimarioochoa,

    Try following code:

    
    #content img.wp-post-image {
        box-shadow: none;
    }
    

    Let me know if this works or not.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘removing image borders’ is closed to new replies.