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: Show only title on post header

#64195

Hi @jakariaahmed118477,

To show only title (show only end position of breadcrumb) please go to the Appearance > Customizer > Additional CSS and paste below custom css code:

#breadcrumb .trail-item:not(.trail-end) {
	display: none;
}

Thanks