Change border colors on Presentation Page

  • Author
    Posts
  • #24241
    BareFoot

    I’d like to change the colors of the borders on the slider and the boxes below the slider from white to black. How can I make that happen?

    #24255
    Jim

    Hi

    For the slider border you can do this within Parabola Settings>Color Settings>Presentation Page and it’s the second box in.
    For the column image borders you need to add the code below into the custom CSS area under Misc. Settings.

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

    I hope this helps

    Jim…

    #24260
    BareFoot

    Jim – this is awesome! Thank you for taking the time to help out. I confess I haven’t been able to make the misc.settings code work yet but you’ve set me on the right path…I’ll figure it out. Many thanks.

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

The topic ‘Change border colors on Presentation Page’ is closed to new replies.