- This topic has 8 replies, 2 voices, and was last updated 5 years, 5 months ago by .
Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Kids Education Pro › Author
Hi, how can I remove the author of the page and his photo? “Admin” in my case.
http://finburg.fun/tp-course/%d1%84%d0%b8%d0%bd%d0%b1%d1%83%d1%80%d0%b3-%d1%8d%d0%ba%d1%81%d0%ba%d1%83%d1%80%d1%81%d0%b8%d0%b8/
Hello,
Please add the below given CSS code by going to Admin Panel > Appearance > Customize > Additional CSS to remove the requested section.
.about-author{
display:none;
}
Hope this helps.
For any further query/confusion, feel free to reach back to us.
Best Regards!
Thanks. And how can I remove date, likes and comments too?
One more question. How can I make the team not clickable?
Hello,
To remove date, likes and comments, please add the below given CSS :
p.entry-meta {
display: none;
}
To make the team not clickable, please add the below given CSS :
.team-img {
pointer-events: none;
}
Hope this helps.
For any further query/confusion, feel free to reach back to us.
Best Regards!
Hi, thanks. And how can I make a feature block not clickable?
Hello,
Add below given CSS to remove the link.
.featured-item a {
pointer-events: none;
}
Hope this helps.
Thank you.
Thanks. One more question: how can I make a slider not clickable?
Finburg.fun
Hello,
Add below-given CSS.
#main-slider .black-overlay {
pointer-events: none;
}
Hope this helps.
Thank you.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |