Okay
  Public Ticket #1093199
Recent Post Settings
Closed

Comments

  • David started the conversation

    For recent blog post settings, Style Enhanced Alt + Slider, is there a way to remove black overlay?

    Also, can text under Post Title be removed?

    Thank you

  •  9,001
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •  9,001
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .blog-recent[data-style="classic_enhanced_alt"] .inner-wrap:before {
        background-color: rgba(0,0,0,0);
    }
    .blog-recent[data-style="classic_enhanced_alt"] .inner-wrap .excerpt {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • David replied

    Hi Again,

    I forgot to mention I would like to remove the black overlay on the "Recent Post Slider" as well. I thought it was all the same feed. Than you

    https://abstraxx.com/editorial/

  •  9,001
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .nectar-recent-post-slide .nectar-recent-post-bg:after, .single [data-post-hs="default_minimal"] .page-header-bg-image:after, .archive .page-header-bg-image:after {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team