Franck STASSI
asked 10 years ago

Good afternoon,
I will be installed DW Minion theme on my website, but I’ve three lines in addition between the title and meta informations with the photo on my articles in home page. How to delete this ?

1 Answers
DominicStaff
answered 10 years ago

Hello Franck !
– Remove the border between the title and meta information with the photo on the articles in home page
Please follow the jetpack’s guideline in the Blog article on how to use Edit CSS here. http://designwall.com/blog/using-jetpack-custom-css-for-your-wordpress-site/
After that, just add the following code to the Edit Css.

   .entry-meta .sep {
    border-top: none;
}

Hope this helps !

Powered by DW Question & Answer Pro