Site logo

Archived topic

Change preformatted background

3 replies · Started by hangryzach on May 25, 2020

Viewing posts 1–4 of 4

How do I change the preformatted box background? Currently it's in grey. Thanks!

Hi there,

try this CSS:

.entry-content pre {
    background-color: #ffbbcc;
}

Great! Thanks David!

You're welcome

This archived topic is closed to new replies.