Okay
  Public Ticket #2998290
blog site meta
Closed

Comments

  •  1
    puregoldwebmaster started the conversation

    At salient setting I turned on to hide post author and date both on single and archive site, but if I am using standard blog with sidebar layout and featured image left style still both the author and date is visible. How can I hide those?

  •  8,839
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .post-area.featured_img_left .post-content-wrap .grav-wrap {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team