I would like to remove / move the following items:
* From HomePage>>Courses Section>>Remove Published Date/Time below each course
* From HomePage Menu>>Remove lens icon
* From Courses Page>>Remove Curriculum & Instructor Section
* From Blog Post>>move date/time
Hi,
Please use these custom css code;
*.elementor-top-section .slick-list .post__date { display: none; }
*If you mean search icon by lens icon, go to appearance > customize > header > general > disable header search and save it.
*.course-nav-tab-instructor, .course-nav-tab-curriculum { display: none; }
* Go to appearance > customize > meta > meta > blog meta > hide date and save it.
Thanks