Few questions - by ljesha - on WordPress WooCommerce support

This topic has 8 replies, 3 voices, and was last updated 9 years ago ago by Robert Hall

  • Avatar: ljesha
    ljesha
    Participant
    February 25, 2015 at 11:54

    1. How to change the breadcrumbs picture. I put
    .page-heading {
    background-image: url(images/myimage.jpg) repeat scroll 0% 0% transparent;
    }
    in my child theme style.css but nothing happens. Since update it is stuck with your default pic.

    2.How to change the height and font of breadcrumbs?

    3. How to insert a photo behind the main menu in header like in your preview (head with glassess) also how to add a gray stripe like in header variant #3?

    4.How to remove fake language/monete switcher from topbar’s left side?

    5. Is it possible to remove breadcrumbs completely?

    7 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    February 25, 2015 at 17:41

    Hello,

    1. in url you need write full link to your image, not just images/myimage.jpg, but http://your_site.com/wp-content/uploads/images/myimage.jpg, for example.
    2. To change font of breadcrumbs

    #breadcrumb {
        font-family: open sans !important;
    }

    Do you wish to change height of breadcrumbs block or font height?
    3. You need select 2nd or 3rd header type in Theme Options > Header, go to Pages > open your home page for editing > in Page Layout box select “Disable” for “Show Page Heading” and select slider in “Show revolution slider instead of breadcrumbs and page title” field.
    4. Add empty Text widget in “Place in header top bar” area in Appearance > Widgets.
    5. Yes, you need add this code in custom.css file:

    .breadcrumbs, woocommerce-breadcrumb {
      display: none;
    }

    How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).

    Regards,
    Eva Kemp.

    Avatar: ljesha
    ljesha
    Participant
    March 4, 2015 at 10:19

    Thank you,
    for the 2 question I wanted to know how to change the height of breadcrumbs block.

    Avatar: Eva
    Eva Kemp
    Support staff
    March 4, 2015 at 11:28

    Hello,

    You need use this code in custom.css file:

    .bc-type-3, .bc-type-4, .bc-type-5, .bc-type-6 {
        height: 150px;
    }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: ljesha
    ljesha
    Participant
    March 4, 2015 at 12:35

    Great, how can I set margins of header (part with logo, menu and cart) from the topbar above and breadcrumbs block below?

    The answer for question 3 suggest putting breadcrumbs-rev slider behind the header as a background but I would like my breadcrumbs to stay in a block below the header but I would also like the option to put some kind of background picture behind header (logo, menu, cart). Is that possible?

    Thank you

    Avatar: Eva
    Eva Kemp
    Support staff
    March 4, 2015 at 17:02

    Hello,

    Please provide us with your site url.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: ljesha
    ljesha
    Participant
    March 5, 2015 at 09:47

    Sorted it out. Thank you

    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 5, 2015 at 09:54

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

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

The issue related to '‘Few questions’' 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.