Loading...
 
Features / Usability

Features / Usability


Re: how to change quote appearance

posts: 214

To translate the word "Quote", go into the language file for your language:
lang/el/language.php (?)
and uncomment and change the line below, from:

Copy to clipboard
// "Quote" => "Quote",

to

Copy to clipboard
"Quote" => "(Your translation of Quote)",


Next, the huge double quote is controlled by the css file of the theme you are using.
Not all of the themes use the large double quote, the ones that do, use the image file:
/img/icons/quoteleft.gif (Image )

You can override the css file by adding your own custom css in Look and Feel, Customization tab, "Custom CSS:". You will need to provide overides for all of the .quoteheader and .quotebody css parameters in the your style that you want to change. This example would remove the huge quote background image, and add a light grey background to the quote body.

Copy to clipboard
.quoteheader {background:none; height:20px; padding-left:10px; border-left: 30px;} .quotebody {font-style: italic; background-color:lightgray; padding-left: 30px; border-left: 30px;}


Tom

There are no comments at this time.