Okay
  Public Ticket #281040
Caption on Nectar Home Slide Not Transparent
Closed

Comments

  • Nate started the conversation

    The caption on my home slide isn't transparent.  Any idea on how I would go about fixing this issue?

  •  8,839
    Tahir replied

    Hey Nate!

    Add this into the Custom CSS box located in your Salient Options panel :
    body #featured article .post-title h2 span {
        background: none !important;
        box-shadow: none !important;
    }
    
    Thanks


    ThemeNectar Support Team 

  • Nate replied

    This solved my issue - thank you for the quick response!