This topic has 1 reply, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #157748
     jandes
    Participant

    Hello, how can i hide Post Meta “Comments” & “Author”?

    Thanks

    #157886
     Laura
    Moderator

    Hello, just add this to style.css of child theme, found at wp-content/themes/sweetdate-child or at Appearance > Editor > Style.css

    COPY CODE
    
    ul.link-list li:last-child {
        display: none !important;
    }
    ul.link-list li:nth-child(2) {
        display: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?