border around column on presentation page

  • Author
    Posts
  • #23987
    Alison

    I would like to change the border around the columns on the presentation page to black. I inserted .column-image { border: 3px solid #000 !important; } into my custom css but the borders are still white. Any suggestions?

    #24017
    jim

    Hi Alison

    Try this:

    .column-image {
    background-color: #000000;
    }

    Hope it helps

    Jim..

    #24141
    Alison Holt

    Thank you, Jim. That worked perfectly!

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘border around column on presentation page’ is closed to new replies.