Results 1 to 10 of 30

Hybrid View

  1. #1
    Join Date
    Jul 2007
    Location
    Essex
    Posts
    29
    Plugin Contributions
    0

    Default Re: Direct Bank Deposit font size

    Thanks M
    I am new to all this & i would not have a clue where to start with the css file

    There is noting in the mod that states this either

  2. #2
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Direct Bank Deposit font size

    Quote Originally Posted by hairx View Post
    Thanks M
    I am new to all this & i would not have a clue where to start with the css file

    There is noting in the mod that states this either
    https://www.zen-cart.com/tutorials/index.php?article=43
    Css faq/help at above url

  3. #3
    Join Date
    Jul 2007
    Location
    Essex
    Posts
    29
    Plugin Contributions
    0

    Default Re: Direct Bank Deposit font size

    Have had a look but it does not tell me how to add to the stylesheet.

    I need to find out where the new bit of code should go & what the code should be..

    would it be anything like

    important {
    font-size: 1em;
    }

  4. #4
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Direct Bank Deposit font size

    Quote Originally Posted by hairx View Post
    Have had a look but it does not tell me how to add to the stylesheet.

    I need to find out where the new bit of code should go & what the code should be..

    would it be anything like

    important {
    font-size: 1em;
    }
    /Sales/includes/templates/SexyPink/css/stylesheet.css
    BACKUP FILE ABOVE FIRST, BEFORE CHANGING...
    Find
    Code:
    .important {
     font-weight: bold;
     }
    Change/TRY
    Code:
    .important {
     font-size: 1em;
     font-weight: bold;
     }
    You may have to experiment with font size
    of 1em and bear in mind, this .important css setting
    may affect divs in other zencart files besides this
    mod you have installed

  5. #5
    Join Date
    Jul 2007
    Location
    Essex
    Posts
    29
    Plugin Contributions
    0

    Default Re: Direct Bank Deposit font size

    Thanks M
    All sorted now

    Had to take font-weight: bold; off
    & made the font size 1.4em

    I can now read it LOL


    Attached Images Attached Images  

  6. #6
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Direct Bank Deposit font size

    Quote Originally Posted by hairx View Post
    Thanks M
    All sorted now
    Had to take font-weight: bold; off
    & made the font size 1.4em
    Great news.. thanks for posting suitable setting..
    Well done!!

  7. #7
    Join Date
    Oct 2007
    Location
    Tas
    Posts
    2
    Plugin Contributions
    0

    Default Re: Direct Bank Deposit font size

    Thanks, I was having the same problem, your solution is appreciated

  8. #8
    Join Date
    Feb 2008
    Posts
    28
    Plugin Contributions
    0

    Default Re: Direct Bank Deposit font size

    I can seem to get this right cant find that code can someone help please

    Thanks

  9. #9
    Join Date
    Feb 2011
    Posts
    8
    Plugin Contributions
    0

    Default 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 .

  10. #10
    Join Date
    Oct 2008
    Location
    Sydney, Oz-land
    Posts
    45
    Plugin Contributions
    0

    Default Re: Direct Bank Deposit font size

    Quote Originally Posted by takisd View Post
    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 :)

 

 

Similar Threads

  1. v150 Direct Bank Deposit
    By Kathy_ in forum Addon Payment Modules
    Replies: 163
    Last Post: 27 Feb 2026, 12:50 AM
  2. v154 Module for Paying Bill through Bank Account / Direct Bank Deposit
    By jolliejollie in forum Addon Payment Modules
    Replies: 0
    Last Post: 23 Mar 2015, 06:04 PM
  3. v151 Direct Bank Deposit V1.5.2 - Modification
    By bruce429 in forum Addon Payment Modules
    Replies: 2
    Last Post: 24 May 2014, 04:33 AM
  4. Direct Bank Deposit - Can I add more than 1 bank account?
    By wanor in forum Addon Payment Modules
    Replies: 0
    Last Post: 27 Oct 2010, 05:56 PM
  5. How to change Font size in direct bank transfer?
    By mymini18 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Feb 2009, 11:04 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg