Okay
  Public Ticket #2362086
Recent Posts slider
Closed

Comments

  • revenaugh started the conversation

    I would like to change the black overlay from the Recent Posts slider. I found an old ticket on how to remove it (https://themenectar.ticksy.com//ticket/1093199, but how would I make the overlay lighter and more subtle?


    Thanks!

  •  8,991
    Tahir replied

    Hey ,

    Change the values as per your liking.

    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-post-slide .nectar-recent-post-bg:after{
    background-color: rgba(0,0,0,0.5) !important;
    }

    Thanks


    ThemeNectar Support Team 

  • revenaugh replied

    Thanks Tahir!! That's exactly what I was looking for. I appreciate it :-)