Okay
  Public Ticket #1657849
Removing Author & Category from Large Single Featured component
Closed

Comments

  • Mach started the conversation

    Hello

    I'm using the "Single Large Single Featured" blog component as a hero and would like to remove (or hide) Author & Category from this view. 

    Can someone help please?

    I've also attached a screenshot with annotations.

    (For community knowledge sharing purposes, I have a few questions that I'll break down into multiple posts, as I'm sure these are common questions)

    Thanks


  •  8,999
    Tahir replied

    Hey Again,

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

    .recent-post-container.container .grav-wrap {
        display:none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Mach replied

    Perfect! It worked :) Thank you