Home Forums WoodMart support forum Custom CSS for blockquote citation Reply To: Custom CSS for blockquote citation

#281639

Hello,

Here is the styles for this part:

blockquote cite {
    display: block;
    margin-top: 10px;
    color: var(--wd-primary-color);
    font-weight: 600;
    font-size: 90%;
}

Please change as per your needs and add the styles to the Theme settings > Custom CSS.

Best Regards