• Resolved willmorcos

    (@willmorcos)


    How do I remove the date, complete box, from left hand side of page?

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, willmorcos

    To remove the date box, paste the below CSS in theme’s custom CSS box ( Go to wp-admin > Appearance > Customize > Header settings > Custom CSS )

    /*Hide meta date of post*/
    .blog-post-date{
    	display: none;
    }
    /*Hide meta date of post*/

    Let me know did it work!

    Thanks

    Thread Starter willmorcos

    (@willmorcos)

    Thank you Imraj.

    That worked perfectly! Thank you so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove date on product page’ is closed to new replies.