Essential theme: how to delete block separators

Essential theme: how to delete block separators

by Ezequiel Uberti -
Number of replies: 1

Hello everyone!

I'm trying to get rid of the block separators in the front page. Any ideas how could I do it? I'm talking about the lines with dots between the marketing blocks and the 'Available Courses' one, and also the one between 'Available Courses' blocks and 'Courses'.

Thank you!

Attachment screenshot3.jpg
Average of ratings: -
In reply to Ezequiel Uberti

Re: Essential theme: how to delete block separators

by Ezequiel Uberti -

I've found it, in case anyone else needs it too. Add this to the Custom CSS:

#frontpage-course-list{
   background: none;
   background-size: 0px 0px;
   padding-top: 0px;
}

 

Suerte!

Average of ratings: Useful (1)