• Resolved netniks

    (@netniks)


    Hi,
    I had two questions, but I think I isolated the first one. I wanted to change the background color of the text side of Posts in the Tracks theme. I placed the following code into the Custom CSS window:

    .excerpt-container { background-color: #f8f8f8; }

    It’s subtle, but works with the “Base” background color of white on my site.

    Also, I get a vertical line on the outside of Posts, but only at random widths of my browser window in both Safari and Chrome on the Mac. It is only a single pixel wide, but is dark. I wonder if a background color setting might help here, too?

    My site is behind a firewall, but here is a screenshot of what I am seeing:

    https://userpages.bright.net/~toddw/tracks-two-questions.png

    Thanks and regards,
    Todd

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

    (@bensibley)

    Hey Todd,

    You can make the following update to your CSS to fix that dark line displaying:

    .excerpt-container,
    .excerpt {
      background-color: #f8f8f8;
    }
    Thread Starter netniks

    (@netniks)

    Beautiful! Thanks, Ben!!!

    If only I had been a little less timid in changing the CSS, but your CSS took care of it.

    Thanks!
    Todd

    Theme Author Ben Sibley

    (@bensibley)

    Great, no problem!

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