Hi,
I would like to style a column with a left bordure.
I put the code below in the quick css
.bordure-gauche-colonne {
border-left: 5px solid red;
}
and I apply the class to the column in the field Custom CSS Class in the Developer tab of the column
What is wrong ?
I don’t see any bordure.
Thanks
Hey ppi37,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hi Jordan,
here is
Thanks
Hi,
Thanks for that. I see that the class is only applied to the columns at the bottom of the page, and it seems to be working there? Could you let us know exactly what you need help with please?
Best regards,
Rikard
Hi Rikard,
Sorry about that.
Yes, it works, exept for the color.
why ?
I put red for the test, but I need black.
whatever the color, it’s always gray
Thanks
Hi,
It looks like you have to override with !important, please try this CSS as well:
.bordure-gauche-colonne {
border-color: red !important;
}
Best regards,
Rikard
Hi Rikard,
It’s OK with the code below
.bordure-gauche-colonne {
border-left: 1px solid #000000 !important;
}
Thanks a lot
Hi ppi37,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria