Okay
  Public Ticket #243664
Caption
Closed

Comments

  • Ben started the conversation

    Hi 

    I have a black background on my caption on the home slider how do i take this off?

    Thanks

  •  8,448
    Tahir replied

    Hey Ben!

    Add this into the Custom CSS box located in your Salient Options panel:

    body #featured article .post-title h2 span {
        background: none;
        box-shadow: none;
    }
    
    
    

    Cheers


    ThemeNectar Support Team