Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2006
    Posts
    104
    Plugin Contributions
    0

    Default Change font size in Index.php?

    If I want to change the font size (and font color) of
    'Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.'

    would i do that on this line, in Index.php?

    "define('HEADING_TITLE', 'Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.'); "

    If not, where, how? Thanks.

  2. #2
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Change font size in Index.php?

    This is an h1 heading, so you could either adjust the h1 styling in your stylesheet, which would affect all h1 headings, or create a style specifically for #indexDefaultHeading.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  3. #3
    Join Date
    Aug 2006
    Posts
    104
    Plugin Contributions
    0

    Default Re: Change font size in Index.php?

    Thank you for your reply.

    I'd like to do that.

    Where is "#indexDefaultHeading"?

    Also, could you please give me an idea of how to "create a style specifically for #indexDefaultHeading" ?

    Thanks.

  4. #4
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Change font size in Index.php?

    You would simply add the following to your stylesheet (suitably edited to match your context)
    #indexDefaultHeading {
    color: red;
    font-size: 150%;
    }
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  5. #5
    Join Date
    Aug 2006
    Posts
    104
    Plugin Contributions
    0

    Default Re: Change font size in Index.php?

    thanks alot

 

 

Similar Threads

  1. How to change amout font size in /index.php?main_page=index&cPath=33
    By oavs in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 29 Jan 2014, 10:00 AM
  2. How can I increase font size of price only on index page
    By princessatron in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 9 Nov 2010, 06:41 AM
  3. Changing the font size for index.php
    By findoutthebest in forum General Questions
    Replies: 1
    Last Post: 23 Feb 2009, 08:29 PM
  4. Replies: 1
    Last Post: 29 Apr 2007, 07:25 PM
  5. Reduce the font size on Index page?
    By chrisj in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 28 Aug 2006, 08:34 PM

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