badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Custom Post types

#76445

Hi @steve-cook,

To style the custom posts as the default post then please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

.recipes {
	background-color: #ffffff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	padding: 25px;
}
.post-col .recipes {
	padding: 15px 15px 7px;
	margin-bottom: 14px;
	min-height: calc(100% - 14px);
}
.recipes .post-featured-image .entry-meta.category-meta {
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	margin-bottom: 10px;
}
.post-col .recipes .entry-content p {
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.recipes {
		padding: 15px;
	}
}

Please let us know if you have any queries regarding the theme.

Thanks