papelot 0 Report post Posted March 21, 2011 Is it possible to disable breadcrumb in homepage only, and to keep it active in post pages? thank you (great theme, btw!) Share this post Link to post Share on other sites
djb21au 0 Report post Posted March 21, 2011 If you're using the blog as the home page, I think you need to make sure the Breadcrumb brick is not included in the 'Posts Page Content Area' template area, but is included in the 'Page Content Area' and 'Single Post Content Area' template areas. If you're using a static home page (and have the breadcrumb brick in, say, the header), you can select the 'Hide Breadcrumb' checkbox on the right hand side (down the bottom) of the Page edit page. Hope that helps. David Share this post Link to post Share on other sites
papelot 0 Report post Posted March 21, 2011 thank you, I included breadcrumb brick in header, I followed your suggest moving it down in content page, and it worked! now, I have to reduce its fontsize. via css, right? Share this post Link to post Share on other sites
djb21au 0 Report post Posted March 21, 2011 Yes, e.g.: #breadcrumb {font-size: 0.8em;} added to CSS Rules in Custom Code. (If you haven't already, it's handy to install Firebug in Firefox or Developer Tools in Safari to help you isolate CSS classes, etc. for these sorts of modification.) David Share this post Link to post Share on other sites
papelot 0 Report post Posted March 22, 2011 perfect! thanks, again Share this post Link to post Share on other sites