Okay
  Public Ticket #151721
Home Slider Caption - Remove Background
Closed

Comments

  • Justin started the conversation
    Hello, Is there a way to remove the dark, semi-transparent background/box that exists behind the caption text on the home slider? A found a reference to this issue in a past post, but couldn't locate the specific code I needed in the style sheet. Thanks! Justin
  •  971
    ThemeNectar replied

    Hey Justin!

    Add this into your custom css box in the theme options panel:

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

    Cheers :)

  • Justin replied

    Did the trick. Thanks!