Multicolumn Section

Hello guys,

Is there anyway that i can change the background from grey to black and the text to white?

And i also only can click on that text but not on the full button, is there also maybe a code?

If anybody could help me here i would be really really thankful.

Website: hoodlovevintage.de

PW: hoodliebe2024

Hey man, did somebody build your shop for you?

Maybe try the following CSS (as in previous thread) but this won’t be easy:

/* Change background to black and text to white */
#shopify-section-template--23934807802195__multicolumn_DVY4P7 .multicolumn-card {
    background-color: black !important;
}

#shopify-section-template--23934807802195__multicolumn_DVY4P7 .multicolumn-card__info a {
    color: white !important;
}

/* Make the whole button area clickable */
#shopify-section-template--23934807802195__multicolumn_DVY4P7 .multicolumn-card__info a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: center;
}
1 Like

Thank you for your time man.

No, i’m building it by myself (and with the help from people like you) and it’s my first Shopify store so i’m really new into this.

with the color it worked and it looks great

But when i add the other code to get the whole area clickable the area just get bigger like this:

Idk if you like or have time to find what the issue is there, but thank you very much for your help so far!!

Have a nice one

Keep it up - you’re doing a great job with the store! :flexed_biceps: