Hi Thanks must I just add it if yes where?? anywhere
Hi
thanks guys I got it to work really thankful for your help on this one.
Lee
it worked perfect for me, but i did it alittle different.
I found this in: /public_html/includes/templates/cherry_zen/css/stylesheet.css
and replaced it with this:PHP Code:.important {
font-weight:bold;
padding:.1.4em;
}
worked like a charm.PHP Code:.important {
"Lucida Grande",tahoma,verdana,arial,helvetica,sans-serif;
font-size:10pt;
font-weight:off;
padding:.1.4em;
}
Got rid of the bold and increased the text to a nice size for easy reading.
Hope this helps out (screenshot picture attached of the new look)
Regards
Grant.
also, whats the best way to opt out the swift code? (as in remove it completely from view)
Cheers,
Grant.
i did it....i just opt out a few lines in the
/public_html/includes/languages/english/modules/payment/dirbank.php
add the // like i have below. (there are two the same)
PHP Code://"\nSwift Code: " . MODULE_PAYMENT_DIRBANK_SWIFT .
hope this helps someone.
Regards
Grant
thanks heaps for the code to get the font size bigger. I am using a cloned Classic template and Simple Bank Deposit Module and it worked a charm adding the code to the end of the stylesheet.
Kind Regards
Glad I wasn't the only one with this problem Did find a way though so that it wouldn't effect anything else on my site made a style sheet
checkout_confirmation.css and put it in there along with some other items unique to that page and saved it in my custom css folder
You can try something like this :
.important pre {
font-size : 12px ;
color : green ;
border : solid 1px green ;
padding : 10px ;
line-height : 16px ;
}
Hope it helps .