• Resolved bigtimeglobal

    (@bigtimeglobal)


    I would like to change the default grey color of the vertical lines that divide my page into the three parts.
    Any ideas?
    Thanks.
    MJ

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hi MJ,

    Thanks for using Mission News!

    You can use the following CSS to change the color of those lines:

    .content-container:before,
    .content-container:after {
      background: blue;
    }

    Please copy & paste that code into the “Additional CSS” section in the Customizer (Appearance > Customize), and it will take effect right away.

    Thread Starter bigtimeglobal

    (@bigtimeglobal)

    Thank you Ben!
    I will try it when I get a chance, and let you know if it worked…

    Thread Starter bigtimeglobal

    (@bigtimeglobal)

    Exactly what I was after. Thanks again!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing Colors’ is closed to new replies.