Title: breadcrumb problem (con&#8217;d)
Last modified: June 2, 2022

---

# breadcrumb problem (con’d)

 *  Resolved [Donna](https://wordpress.org/support/users/byebye123/)
 * (@byebye123)
 * [4 years ago](https://wordpress.org/support/topic/breadcrumb-problem-cond/)
 * Previous thread:
    [https://wordpress.org/support/topic/breadcrumb-problem-7/#post-15698243](https://wordpress.org/support/topic/breadcrumb-problem-7/#post-15698243)
 * As the previous one suddenly marked as resolved while I still have problems, 
   I open a new thread to continue here.
    ========================= Thanks. Some
   more problems:
 * 1. But how to make a change on the blue area of that screenshot while a breadcrumb
   title is used?
    2. Besdies, while Title height is changed to a smaller one, the
   font size is too large. How to fix this? 3. The breadcrumb could show correctly
   as expected Subcategory link but not in Post link. Please help. Thanks. Breadcrumb
   expected: Home/Coffee Machine Review/Keurig/K-Express SubCategory link: [https://mycoffeewiki.com/category/coffee-machine-review/keurig/k-express/](https://mycoffeewiki.com/category/coffee-machine-review/keurig/k-express/)
   Post link: [https://mycoffeewiki.com/coffee-machine-review/keurig-k-express/](https://mycoffeewiki.com/coffee-machine-review/keurig-k-express/)`
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbreadcrumb-problem-cond%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Theme Author [Qode](https://wordpress.org/support/users/qodeinteractive/)
 * (@qodeinteractive)
 * [4 years ago](https://wordpress.org/support/topic/breadcrumb-problem-cond/#post-15712516)
 * Hello,
 * 1. The categories listed in the post info cannot be reordered through theme options
   and they cannot be structured as breadcrumbs unfortunately.
    You can hide these
   categories from post info section with custom css below:
 *     ```
       .single-post .qodef-e-info-item.qodef-e-info-date:after {
           display: none !important;
       }
       .single-post .qodef-e-info-item.qodef-e-info-category {
           display: none !important;
       }
       ```
   
 * 2. If you refer to the font size of the red area, for the real Breadcrumbs you
   can change it from Qode Essential Addons > Options > Title > [Breadcrumbs Tag](https://capture.dropbox.com/ZhSFqXo1TKD7JqYi).
   
   You can adjust font-size of headings and paragraph in Qode Essential Addons >
   Options > Typography.
 * 3. Since there is no option to change the breadcrumbs structure, you can try 
   using some 3rd party plugins for breadcrumbs that offer some customization options.
   Note that we have not tested any of the 3rd party plugin solutions, so we can’t
   guarantee their compatibility, but you can try and test them on your own.
 * You can take a look at this useful [article](https://qodeinteractive.com/magazine/add-wordpress-breadcrumbs/).
 * Best,
    Qode

Viewing 1 replies (of 1 total)

The topic ‘breadcrumb problem (con’d)’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/qi/1.3/screenshot.png)
 * Qi
 * [Support Threads](https://wordpress.org/support/theme/qi/)
 * [Active Topics](https://wordpress.org/support/theme/qi/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/qi/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/qi/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Qode](https://wordpress.org/support/users/qodeinteractive/)
 * Last activity: [4 years ago](https://wordpress.org/support/topic/breadcrumb-problem-cond/#post-15712516)
 * Status: resolved