April 7, 2015 at 9:05 am
#23821
Theme Horse Support Team
Keymaster
Hi Elena,
Do you like to remove the border line that is under the post. If yes then you may try this below CSS. Go to dashboard-> appearance-> theme options-> design options -> custom css and add this css
footer.entry-meta {
border-top: none;
border-bottom: none;
}
Thank you!