Quote look problem on WooCommerce

Posted in: Newspaper
Post count: 260

Hello

In panel theme admin I define Quote with 32px Cookie font.

The result here (first sentence in the post):
http://www.virtualmagie.org/articles/autres/reflexions/cercle-ferme-ou-club-ouvert-a-tout-le-monde-par-gilbus/

But when I use quote in the description for a product, it does’nt use the good style:
http://www.virtualmagie.org/boutique/pdf/biographie-dotto-wessely-je-suis-une-star-comme-tout-le-monde/

See the sentence in blue and cap!

If you could cahnge this on the next update and provide an CSS hack correction it would be great.

Regards

Post count: 7909

Hi,

The post content settings for blockquotes will not work on woocommerce single products and the theme doesn’t have an option for this. The qoutes will keep the default css.
You can change this using custom css in Theme Panel > Custom Css – http://screencast.com/t/ikwOBZh0qnX

.woocommerce #tab-description blockquote p {
font-family: Cookie;
font-size: 32px;
line-height: 30px;
text-transform: none;
color: #2b003f;
}

Thanks!

Post count: 260

Excellent!
Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.