BLUM Theme text colour change

Hi guys,

I’m currently using blum theme, how can I change the text colour in my video banner to black?

Thanks,

Jason

1 Like

Hi @Jason133

Can you please provide your store URL and password as well if applicable, so that I can provide you solution that can work for your store.

Best regards

Sahil

Hi @Jason133

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: paste bellow code in tag → save.

.slider__content p { color: black !important; }

Hope that my solution works for you.

Best regards,

Henry | PageFly

Hi Henry,

Thank you for getting back to me on my question. Sorry, I’m using BLUM Celia Shopify theme not dawn theme. thank you

Hi @Jason133 ,

I do this example with theme Dawn, you can do similarly with your theme as well

You can simply put this code in Theme Editor → Custom CSS

h2.slider__content-item.s-header__title {
  color: black;
}

  • h2.slider__content-item.s-header__title is class name to specify header element in banner

(you can find this class name by open dev tool (enter F12/ Ctrl+Shift+I), click this icon and move the mouse into header element )

Hope our solution help you!