Okay
  Public Ticket #206200
Home slider - dark behind the types
Closed

Comments

  • David started the conversation

    Hi guys!

    How can I remove the "type's dark" on my home slider? www.omegaspecialedition.es

    Excuse my english

    Thanks

  •  8,470
    Tahir replied

    Hey David!

    Add this into the Custom CSS box located in your Salient Options panel Or on the Visual Composer Css button so the css shows on that page only:

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

    Cheers


    ThemeNectar Support Team 

  • David replied

    Great!!!

    Thank u so much!

    :)