Okay
  Public Ticket #1453516
grey border on images
Closed

Comments

  • Anna started the conversation

    Hi,

    This is probably a silly question but I can't find the setting for it.

    I get a grey border when I add captions to images, how do I remove this?

    Thanks for great support so far!


  •  9,016
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .wp-caption {
        border: 1px solid transparent !important;
        background: transparent !important;
    }

    Thanks


    ThemeNectar Support Team