Home Support Kindergarten Education Theme remove Guest logo and comment from school News

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2197
    mohamed.elnaggar
    Participant

    Hi , please i need to remove “admin and comments counter” from the main page in (School News Section ). any help to do that.

    Regards,

    #2216
    Shop Manager
    Keymaster

    Hi Mohamed,

    As per your request, we are giving you some easy steps and CSS to remove it.

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.

    .school-news-info i {
    color: #191919;
    display: none;
    }
    .school-news-info .entry-author {
    display: none;
    }
    span.entry-comments {
    display: none;
    }

    If you need any other assistance please let us know.

    Thank you

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.