Support » Plugin: WP Google Fonts » Blockquote background not visible on single-post view

  • I used the ‘Custom CSS’ in font settings to set a background color for blockquotes.

    blockquote {
    font-weight: bold;
    background-color: rgba(222,222,222,0.3);
    font-size: 1.1em;
    color: RGB(96,96,96);
    border-width: 0;
    border-left-width: 10px;
    border-right-width: 10px;
    padding: 10px;
    }
    This appears fine on the main page (website.com) but the background color does not appear on the individual post links (website/postname.com).
    The font itself appears fine all over, just the background color set through the Custom CSS box does not.

    Has anyone faced a similar issue and how did they handle it?

    https://wordpress.org/plugins/wp-google-fonts/

  • The topic ‘Blockquote background not visible on single-post view’ is closed to new replies.