How can I alter my breadcrumb color to #333333?

Hello, i want to change my breadcrumb color to #333333 but i dont know where to edit.

pw: adm!n321

Pedz23_0-1672579074557.png

@Pedz23 - please add this css to the very end of your theme.scss file and check

.breadcrumb {color: #333333;}

@Pedz23

Hello @Pedz23

It’s GemPages support team and glad to support you today.

I would like to give you a solution to support you.

  1. Go to Online Store β†’ Theme β†’ Edit code.

  2. Open your theme.liquid theme file.

  3. Paste the below code before :


Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

it worked! thanks. also can i ask how about this brands, im planning to change also to #333333

it worked. thank you!

@Pedz23 - try this css, does not look good though

.template-collection .grid__item.medium-up--one-fifth .sidebar_title{color:#333333;}

.template-collection .grid__item.medium-up--one-fifth a{color:#333333;}