Change Breadcrumb separator

ThemeBurn SupportForumsOpenCart ThemesBurnEngineChange Breadcrumb separator

This topic has been marked as resolved.

Hi, can you guide me on how to change the breadcrumb separator from / to >
Thanks

July 29, 2018 at 11:30 am #65000

Hi,

You need to use this custom CSS:

.breadcrumb li + li:before {
  content: '\0203a';
}

Add these styles from the Theme CP > Theme Settings > Custom > Custom Stylesheet text field.

BR,
ThemeBurn team

August 1, 2018 at 10:43 am #65020
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.