Home Forums Pro Themes Photo Perfect Pro Calendar Icon

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14105

    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!

    #14128
    wensolutions
    Keymaster

    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!!!

    #14174

    Thank you so much! That resolved it!

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