Change color border pipeline theme

Hi,

Can you help me with how can i change the border color of this section? It’s an image with a text section using the Pipeline theme.

Store url: https://www.suboproducts.ca/

Password: dowtho

1 Like

@jmariegocela

ohh sorry but i can’t see that section can you please how me which page can i check this

Hello, Jmariegocela

You can try going into online store > themes > actions button on your theme > edit code

Search for the ‘theme.css’ file, and at the end of it, add:

.brick--border .brick__block {
    border-color: black;
}

where it says black, change to whatever color you want. Transparent is also an option

It does not work, still in color gray.

did you apply to the site in your link? The rule isn’t appearing there. Can you show me a screenshot of where you added the code so that I can check if it’s in the right place?

@KetanKumar at accessories page then below there is an image text section

It is in the theme.css

Can I just put a color hex code, instead of a word color? For more precise color option?

Yes, you can use hex