Breadcumbs On Category

Hello i want hide breadcumbs only on post category !
i am using Education theme Stack—> Renew
This i mean (.x-header-landmark) if i used css (display:none) this is hide and from pages but i want only from post categories thank’s !
Thank’s for help

Hi @Faidwnas,

Thanks for reaching out.

In that case, you can change your CSS to hide it from post category. Example,

.category .x-header-landmark {
display: none;
} 

You can change .category to .tag, .archive, .search, .search-result, and more depending on your preferences. Please check this tutorial on how to achieve a proper selector for your CSS. https://www.competethemes.com/blog/find-css-selector-wordpress/

Please note that what’s provided is a guide and we can’t provide support or maintain the code.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.