Multiple Breadcrumb images - by naguillard

This topic has 8 replies, 3 voices, and was last updated 8 years, 9 months ago ago by Eva Kemp

  • Avatar: naguillard
    naguillard
    Participant
    July 16, 2015 at 22:17

    Hi, is it possible to have different breadcrumb backgrounds on different pages or is only one possible for all pages?

    Also how do I change increase font size of the breadcrumb page title?

    thanks,

    7 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 17, 2015 at 09:26

    Hello,

    You need edit a page in WP Dashboard > Pages, select “Breadcrumbs Style” and upload image in “Background image for breadcrumbs” field in the right side of the page editor in “Page Layout” box.
    To increase font size of breadcrumbs add this code in Theme Options > Custom CSS > Global Custom CSS:

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

    Best regards,
    Jack Richardson.

    Avatar: naguillard
    naguillard
    Participant
    July 17, 2015 at 15:08

    Jack, thank you for your reply but I don’t see any place to upload an image in “Background image for breadcrumbs” field in the right side of the page editor in “Page Layout” box. All I see is the “Breadcrumbs style” selector.

    Also the code you gave me doesn’t change the font size of the page title above the breadcrumb. It only changes the breadcrumb font.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 17, 2015 at 16:03

    Hello,

    Please provide us with WP Dashboard credentials in Private Content.

    Best regards,
    Jack Richardson.

    Avatar: naguillard
    naguillard
    Participant
    July 17, 2015 at 18:23

    I created a test page called “Test Page” that you can work with the breadcrumb.

    thanks,

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    July 18, 2015 at 09:34

    Hello,

    You need update the theme to the latest version and Woocommerce as well.
    Before update delete “woocommerce” folder in the directory wp-content/themes/royal/ and it’ll be reuploaded from a new theme package.
    Also update all required plugins https://www.8theme.com/download-plugins/ .

    Don’t forget to create back up of your files and database before starting update process!


    (it’s for Legenda theme but the process is the same).

    To change font size for page title use this code in custom.css:

    .page-heading .title {
        font-size: 18px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: naguillard
    naguillard
    Participant
    July 20, 2015 at 19:08

    Thank you.

    Avatar: Eva
    Eva Kemp
    Support staff
    July 20, 2015 at 20:15

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

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

You must be logged in to reply to this topic.Log in/Sign up

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