breadcrumb problem

Posted in: Newsmag
Post count: 7

Hi, We’ve cerated a Custom Page and added an automatically changing Price on Page Title (as a shortcode). Our breadcrumb seems like corrupted. You can check here: https://kriptodede.com/fiyat/bitcoin/ We’ve tried to hide Title in breadcrumb for Pages on Theme Options –> Breadcrumbs. But it didnt affect the Pages. We’ve also tried to disable Breadcrumb. It didnt work also. We cant hide Title. Can you please help us?

Post count: 35449

Hi,

As I can see the page title, your code shortcode is inside it -> https://i.imgur.com/UA6tEml.png therefore you can hide only the entire title -> https://i.imgur.com/pGOOQU2.png for this you can use this custom css -> https://i.imgur.com/w59Ybqr.png the same thing is with breadcrumbs, but there can be something set wrong and this is displaying broken here is the code that hide both of theme -> https://i.imgur.com/6XlLQrH.png
.page .td-page-title, .page .td-bred-no-url-last {
display: none;
}

This code need to be set in theme panel> custom code > custom css.

Hope this will help you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.