- This topic has 2 replies, 2 voices, and was last updated 9 years, 10 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.


Home › Forums › Pro Themes › Photo Perfect Pro › Calendar Icon
Tagged: calender icon
How do I delete the calendar icon on the post pages? I already got rid of the date but now the icon is still there and I can’t figure out what code to take out. Thanks in advance!
Hello @sarah@fazelicellars.com
If you want to remove the date and category icon on post pages then you need to add custom CSS.
For this you need go to Admin Panel / Appearance / Customize / Theme Options / Advanced Options.
Here you need to copy and paste below Custom CSS.
span.posted-on {
display: none;
}
Hope this will help to resolve your issue.
Let us know how it goes.
Regards!!!
Thank you so much! That resolved it!
| 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. |



