Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / Direct Bank Deposit font size

Direct Bank Deposit font size

Views: 8,249

Results 21 to 30 of 30
14 Apr 2008, 7:45 AM
#21
misty avatar

misty

Inactive

Join Date:
Apr 2004
Location:
UK
Posts:
5,752
Plugin Contributions:
1

Direct Bank Deposit font size

truevoice:

Hi did look in there but cant find that line at all or even anything close to it :blink:
BACKUP FILE ABOVE FIRST, BEFORE CHANGING...
Then add it i.e.

.important {
 font-size: 1em;
 font-weight: bold;
 }
14 Apr 2008, 8:14 AM
#22
truevoice avatar

truevoice

New Zenner

Join Date:
Feb 2008
Posts:
28
Plugin Contributions:
0

Re: Direct Bank Deposit font size

Hi Thanks must I just add it if yes where?? anywhere

14 Apr 2008, 8:20 AM
#23
truevoice avatar

truevoice

New Zenner

Join Date:
Feb 2008
Posts:
28
Plugin Contributions:
0

Re: Direct Bank Deposit font size

Hi

thanks guys I got it to work really thankful for your help on this one.

Lee

13 Dec 2009, 1:31 PM
#24
rainyplace avatar

rainyplace

New Zenner

Join Date:
Nov 2009
Location:
QLD, Australia
Posts:
42
Plugin Contributions:
0

Re: Direct Bank Deposit font size

it worked perfect for me, but i did it alittle different.

I found this in: /public_html/includes/templates/cherry_zen/css/stylesheet.css

.important {
	font-weight:bold;
	padding:.1.4em;
	}

and replaced it with this:

.important {
        "Lucida Grande",tahoma,verdana,arial,helvetica,sans-serif;
        font-size:10pt;
        font-weight:off;
	padding:.1.4em;
        }

worked like a charm. :clap:

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.

13 Dec 2009, 1:37 PM
#25
rainyplace avatar

rainyplace

New Zenner

Join Date:
Nov 2009
Location:
QLD, Australia
Posts:
42
Plugin Contributions:
0

Re: Direct Bank Deposit font size

also, whats the best way to opt out the swift code? (as in remove it completely from view)

Cheers,
Grant.

13 Dec 2009, 2:48 PM
#26
rainyplace avatar

rainyplace

New Zenner

Join Date:
Nov 2009
Location:
QLD, Australia
Posts:
42
Plugin Contributions:
0

Re: Direct Bank Deposit font size

Rainyplace:

also, whats the best way to opt out the swift code? (as in remove it completely from view)

Cheers,
Grant.

i did it....:clap: 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)

//"\nSwift Code:   " . MODULE_PAYMENT_DIRBANK_SWIFT .

hope this helps someone.

Regards
Grant

2 Mar 2010, 7:27 AM
#27
integrity_designs avatar

integrity_designs

Zen Follower

Join Date:
Nov 2009
Location:
North Bendigo, VIC, Australia
Posts:
157
Plugin Contributions:
0

Re: Direct Bank Deposit font size

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

24 Mar 2010, 3:19 AM
#28
vaughy avatar

vaughy

New Zenner

Join Date:
Mar 2010
Location:
Hobart Australia
Posts:
21
Plugin Contributions:
0

Re: Direct Bank Deposit font size

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

21 May 2011, 7:17 PM
#29
takisd avatar

takisd

New Zenner

Join Date:
Feb 2011
Posts:
8
Plugin Contributions:
0

Re: Direct Bank Deposit font size

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 .

1 Jul 2011, 2:36 AM
#30
get_bucked avatar

get_bucked

New Zenner

Join Date:
Oct 2008
Location:
Sydney, Oz-land
Posts:
45
Plugin Contributions:
0

Re: Direct Bank Deposit font size

takisd:

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 .

Now THAT is cool. I've stolen your code ;)

Thanks :)