• Resolved bigtimeglobal

    (@bigtimeglobal)


    Hi Ben! MJ again here…
    There is a horizontal grey line down near the bottom of the middle page column…
    How can I make this line, and the grey lines around the comment text box all match the others that you helped me with earlier?
    Thanks.
    MJ

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

    (@bensibley)

    Hey MJ,

    This CSS will change the colors of all the borders throughout the Mission News design:

    .content-container:before,
    .content-container:after {
      background: blue;
    }
    .post-author,
    .post-meta,
    .more-from-category li,
    .more-from-category .category-container,
    .comments .children,
    input,
    textarea,
    .site-footer,
    .widget-area-after-first-post,
    .entry,
    .pagination,
    .pagination a,
    .pagination span {
    	border-color: blue !important;
    }
    Thread Starter bigtimeglobal

    (@bigtimeglobal)

    Thank you much!

    • This reply was modified 6 years, 8 months ago by bigtimeglobal. Reason: mark as resolved
    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘More Color Change Info’ is closed to new replies.