Shape 5

Joomla Templates => Your Store - July 2007 - Club => : breathwork July 26, 2007, 03:48:01 PM



: Typography screwed up
: breathwork July 26, 2007, 03:48:01 PM
I have a vm site using Your Store and when I use the inbuilt typography, my text becomes italicized. Please see here and see if you can tell me what's wrong

http://test.you-little-ripper.com/our-online-shop/Books/Circumcision-Bundle/Detailed-product-flyer.html (http://test.you-little-ripper.com/our-online-shop/Books/Circumcision-Bundle/Detailed-product-flyer.html)

Many thanks

Geoffrey


: Re: Typography screwed up
: jonahh July 26, 2007, 06:32:09 PM
Geoffrey,

You will need to edit the "template_css.css" file that is included with Your Store.  Look for the following lines of code and just delete the font italic line:

blockquote {
   background:url('../images/typography/leftquote.gif') no-repeat 1px 0px;
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size:1.3em;
   font-style:italic;
   font-weight:normal;
   line-height:1.5;
   padding-left:45px; padding-right:45px; padding-top:6px; padding-bottom:6px
}


Change to:

blockquote {
   background:url('../images/typography/leftquote.gif') no-repeat 1px 0px;
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size:1.3em;
   font-weight:normal;
   line-height:1.5;
   padding-left:45px; padding-right:45px; padding-top:6px; padding-bottom:6px
}

Regards,