Okay
  Public Ticket #1657877
Remove gradient from Single Large Featured blog entry
Closed

Comments

  • Mach started the conversation

    Hi Salient Team,

    How can I remove the BG image gradient from the Single Large Featured blog entry. 

    Can you provide me with the CSS code and where to put it.

    Bonus question: How can I modify the gradient? Can you give me some various CSS options if possible.

    See attached and URL to see exactly what I'm talking about. THANK YOU

  •  9,000
    Tahir replied

    Hey Again,

    Try adjusting the gradient values in here .

    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[data-bg-overlay="diagonal_gradient"] .nectar-recent-post-slide:after {
        background: linear-gradient(to right top, rgba(10,10,10,0.9), transparent) !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Mach replied

    Thank, this is what I needed. I'll have to play around ...