Viewing 1 replies (of 1 total)
  • Theme Author Qode

    (@qodeinteractive)

    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.
    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.

    Best,
    Qode

Viewing 1 replies (of 1 total)
  • The topic ‘breadcrumb problem (con’d)’ is closed to new replies.