Okay
  Public Ticket #1115962
classic enhanced alt category
Closed

Comments

  • Kevin started the conversation

    HI - I'm working on a site here http://sprague.studio/blog/ I like the appearance of the recent posts>classic enhance alt view shown on this page - but when I go to the category view http://sprague.studio/category/business/ I don't have the option of the "alt" version, just the classic enhanced. Is there some way I can set the archives to always show the alt stylilng by default?

  •  9,005
    Tahir replied

    Hey Again,

    This seems like a limitation at the moment. Though have added it to the Wishlist for upcoming updates . 

    Be.st 


    ThemeNectar Support Team 

  • Kevin replied

    Ok - on a related note - is there a way to remove the dark overlay on the classic enhanced alt view completely http://sprague.studio/blog/ ?

  •  9,005
    Tahir replied

    Sure, 

    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) !important;
    }

    Thanks


    ThemeNectar Support Team