Site logo

Archived topic

Bar color blockquotes Mellow Theme

3 replies · Started by Alex on September 29, 2020

Viewing posts 1–4 of 4

Hey,

I want to change bar color (now is grey) for all blockquotes in the Mellow Theme. I tried something in style.css, but without success. :(
ps-blockquotes

Thanks,
Alex

Hi there,

try this CSS:

blockquote {
    border-left: 5px solid #f00;
}

Works well! :) Thank you, David.

You're welcome

This archived topic is closed to new replies.