Homepage ''full post'' with no border

Posted in: Newspaper
Post count: 100

I added the full post on my homepage. But I want the ugly borders to dissappear : http://www.screencast.com/t/Xk7scly9G

How do I do this?

Thank you!

Post count: 100

I found another problem with the full post ( haha im sorry).

When I want to use the full post on my subdomain i will only get a black screen : http://www.screencast.com/t/cLaWkP2w0olU

it’s weird because I just updated the theme.

Post count: 20685

Hi,

So you want to remove that design for the homepage post top part, like this
https://www.screencast.com/t/HdWhHVRT
Try this code and it should work

.homepage-post .td-image-gradient-style8:after {
display: none;
}
.homepage-post .td-post-header {
background-color: transparent;
}

The homepage post in the sub-domain seems to display the featured image at the moment
https://www.screencast.com/t/qmbAQR5RBR2m

Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.