How can I modify element.style code from display:block to flex?

Hello, I was wondering how I can change a element.style code from “display:block” to “display:flex”? pic below

website: www.ecogarby.com

password: oqt

Hi @Acid2Rain ,

You need to check the code where it is coming. because it is inline css

or you can overwrite the css by using class.

@Acid2Rain ,

.frame-root .badgesContainer {
    display: flex !important;
}

add css in style.scss.liquid

Hi, I am available now.

I can help you to change a element.style code from “display:block” to “display:flex” in pic.

Waiting for your message.

Thanks