Reply 45441 to: Few questions

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.

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.