Okay
  Public Ticket #1488916
Overlay on Hero image
Closed

Comments

  • Jeremy started the conversation

    I am trying to remove the overlay that is on the main page of my site. It makes my photos look overly dark

  •  8,404
    Tahir replied

    Hey Jeremy,

    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):

    .nectar-recent-posts-single_featured .nectar-recent-post-slide .nectar-recent-post-bg:after {
        background-color: rgba(2,2,2,0) !important;
    }

    Thanks


    ThemeNectar Support Team