Get Ready Elementor Templates

WordPress Blog with Elementor Pro 2024 – Customizable Blog

Subscribe To My YouTube Channel For More Upcoming Videos

 

Preparation

 
 

Main 10 Steps

  • Step #1: The Header + Menu Import
  • Step #2: The Blogpost Lists
  • Step #3: The Sidebar
  • Step #4: The Footer
  • Step #5: A Category Page
  • Step #6: The Blogpost Page
  • Step #7: The Featured Post
  • Step #8: The Email Subscribe
  • Step #9: The Contact Page
  • Step #10: 404 Error Page

 
 

Excerpt & Title Line Count

/*Excerpt Line Count*/
selector .elementor-post__excerpt{ overflow: hidden; 
    width:100%; 
    display: -webkit-box; 
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
}

/*Title Line Count*/
selector .elementor-post__title{ overflow: hidden; 
    width:100%;
    display: -webkit-box; 
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; 
}