Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1143888

    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

    #1143946

    Hey ppi37,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1144192

    Hi Jordan,
    here is
    Thanks

    #1144812

    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

    #1144917

    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

    #1145201

    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

    #1145237

    Hi Rikard,
    It’s OK with the code below
    .bordure-gauche-colonne {
    border-left: 1px solid #000000 !important;
    }
    Thanks a lot

    #1145319

    Hi ppi37,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.