You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current css targets blockquote elements but the quotes in the blog posts here are divs with a "testimonial-blockquote" class.
Ideas for resolving:
Change the quote within the post to a blockquote. In theory this should be doable by placing a ">" in front of the quote. This may be more semantic and would have the styling automatically applied. However, it would mean we would need to edit any post that has "the testimonial-blocquote" in it to resolve all of them.
Add .testimonial-blockquote as a target to the existing blockquote styles declarations in the blog.scss style file. This should then apply to all existing blog posts that have that class.
Expected Behavior
To see a styled pull quote on blog posts when indicated. We had these on the older version of the site.
Actual Behavior
Things that were pull quotes in the past are now styled like regular text; see last paragraph in the screenshot of this blog:
Another example on this post:; see last paragraph in the screenshot:
Steps to reproduce the behavior
This issue is done when
The text was updated successfully, but these errors were encountered: