• Resolved kcatt

    (@kcatt)


    Does anyone know how one can change the background color of the Author box? I’m trying to change the background color of the author box (located after the articles) on this site.

    Any advise would be appreciated, kcat

Viewing 2 replies - 1 through 2 (of 2 total)
  • It looks like it’s set on line 637 of your theme’s style.css:

    .cb-body-light .cb-post-block-bg {
      background: #F2F2F2 none repeat scroll 0% 0%;
    }

    It looks like you have Jetpack installed, so you could use it to add custom CSS to change the background color (#F2F2F2) to whatever you want.

    Thread Starter kcatt

    (@kcatt)

    Thank you linux4me2. That worked!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Author Box’ is closed to new replies.