Hi, I couldn’t find the way to customize the quotes color. Would you help me?
This is what I use
/* Style for quotes */
.quote {
background-color: #E8E8E8;
border: none;
border-radius: 5px;
color: #dc143c;
}
Looks like this
Hi, I couldn’t find the way to customize the quotes color. Would you help me?
This is what I use
/* Style for quotes */
.quote {
background-color: #E8E8E8;
border: none;
border-radius: 5px;
color: #dc143c;
}
Looks like this