Breadcrumbs Size - by mahmoud_atwi - on WordPress WooCommerce support

This topic has 9 replies, 4 voices, and was last updated 7 years, 11 months ago ago by Eva Kemp

  • Avatar: mahmoud_atwi
    mahmoud_atwi
    Participant
    May 4, 2016 at 21:09

    Is it possible to decrease the size of the Breadcrumbs as its looks huge in page.

    8 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    May 4, 2016 at 21:11

    Hello,

    Please provide us with link to the current page.

    Regards,
    Robert Hall

    Avatar: mahmoud_atwi
    mahmoud_atwi
    Participant
    May 4, 2016 at 21:14

    please find this as an example
    http://xiodes.com/returns/

    Avatar: Robert Hall
    Robert Hall
    Support staff
    May 5, 2016 at 07:10

    Hello,

    Please add this code in Theme Options->Custom CSS->Global Custom CSS.

    .page-heading a,
    .page-heading #breadcrumb,
    .page-heading .delimeter {
        font-size: 10px !important;
    }

    Regards,
    Robert Hall

    Avatar: mahmoud_atwi
    mahmoud_atwi
    Participant
    May 5, 2016 at 11:52

    Dear Robert,

    Thanks for your reply, but what I’m asking for is how to reduce the height of the Breadcrumbs, not how to reduce the font size. I want to reduce the height to the half.

    BR,

    Avatar: Robert Hall
    Robert Hall
    Support staff
    May 5, 2016 at 12:17

    Please add this code in Global Custom CSS.

    .page-heading.bc-type-7{
        padding: 50px 0;
    }

    Regards,
    Robert Hall

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 5, 2016 at 12:18

    Hello,

    Please use this code in Global Custom CSS:

    .page-heading.bc-type-7 {
        padding: 20px 0 !important;
    }

    Best regards,
    Jack Richardson.

    Avatar: mahmoud_atwi
    mahmoud_atwi
    Participant
    May 5, 2016 at 18:21

    many thanks, perfect 🙂

    Avatar: Eva
    Eva Kemp
    Support staff
    May 5, 2016 at 18:41

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • Viewing 9 results - 1 through 9 (of 9 total)

The issue related to '‘Breadcrumbs Size’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.