Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #659276

    Sorry this is probably something stupid I am missing, but I have a simple white border and it’s coming across grey on the screen.

    This is my CSS:
    .border {
    border-left:5px solid white;
    border-right:5px solid white;
    border-top:5px solid white;
    border-bottom:15px solid white;
    }

    How can I make it white?

    #659277

    Hi kieranvyas!

    Please add following code to Quick CSS as well

    .border { border-color: white !important; }

    Cheers!
    Yigit

    #659279

    Thanks!

    #659753

    Hi,

    Glad we could help, please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

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