Thread: New Help Please

Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Nov 2006
    Posts
    13
    Plugin Contributions
    0

    Default New Help Please

    Hello, I am new to Zen Cart as well as creating websites. I have very basic HTML knowlege, but that isn't helping me very much here.

    How do I change the size and color of the "sales message goes here" text. I figured out how to change it, and now I need to change the color and the size of the font, maybe even the style as well..... I am thinking that it is some where in the style sheet, css thing, but I am having trouble find out what to edit, and I don't want to mess it up by changing the wrong thing. What part exactly do I need to change?

    Thanks for all the help.
    Krista

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: New Help Please

    in your stylesheet.css find and change the following declaration:

    Code:
    #tagline {
    	color:#000000;
    	font-size: 2em;
    	text-align : center;
    	vertical-align: middle;
    	}

  3. #3
    Join Date
    Nov 2006
    Posts
    13
    Plugin Contributions
    0

    Default Re: New Help Please

    I tried that and it didn't work. This is what I have now, but it is still grey and the same size.

    #tagline {
    color: #6699ff;
    font-size: 4em;
    text-align : center;
    vertical-align: middle;
    }

    thanks
    krista

  4. #4
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: New Help Please

    Do you have a url for your site so I could take a look.

  5. #5
    Join Date
    Nov 2006
    Posts
    13
    Plugin Contributions
    0

    Default Re: New Help Please

    Yes, Sorry it is KK GIFTS

  6. #6
    Join Date
    Oct 2006
    Posts
    43
    Plugin Contributions
    0

    Default Re: New Help Please

    hmm do you edit the right css file? since without the url we can't go forward.
    But there another way to do it without edit style sheet(not recommend)
    go to your language folder find the "tagline here" then you can use HTML code to change the size of the text simple like
    Code:
      define('HEADER_SALES_TEXT', '<font size="20">Tagline</font>');
    or

    Code:
      define('HEADER_SALES_TEXT', '<font style="font-size: 4em;">Tagline</font>');

  7. #7
    Join Date
    Oct 2006
    Posts
    43
    Plugin Contributions
    0

    Default Re: New Help Please

    Quote Originally Posted by kkgifts View Post
    Yes, Sorry it is KK GIFTS
    hey u didn't change the style sheet I check it and your css still showing

    #tagline {
    color:#000000;
    font-size: 2em;
    text-align : center;
    vertical-align: middle;
    }


    the style sheet in

    includes/templates/classic/css/stylesheet.css

  8. #8
    Join Date
    Nov 2006
    Posts
    13
    Plugin Contributions
    0

    Default Re: New Help Please

    I originally did change it, but put it back after it didn't work..

  9. #9
    Join Date
    Nov 2006
    Posts
    13
    Plugin Contributions
    0

    Default Re: New Help Please

    I went back to change it. It is now saying:

    #tagline {
    color:#006633;
    font-size: 4em;
    text-align : center;
    vertical-align: middle;
    }

    And I will keep it there so you can see. It looks like the letters did get a little bigger, but they are still grey, and they should be a green color.

    Thanks
    krista

  10. #10
    Join Date
    Oct 2006
    Posts
    43
    Plugin Contributions
    0

    Default Re: New Help Please

    Your size is fix now! then I tell you how to fix color :)

    style sheet:

    h1 {
    font-size: 1.5em;
    color: #9a9a9a;
    }

    you see the color ? cause when u view your html code you will see
    Code:
     <div id="tagline"><h1>KK GIFTS</h1></div>
    that mean KK GIFTS will also control by h1 on style sheet

    so try to remove the <h1></h1>

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v150 New - Please Help
    By totallylostpleazhelp in forum General Questions
    Replies: 2
    Last Post: 7 Feb 2012, 10:37 PM
  2. New Help Please
    By demandjanitorial in forum Customization from the Admin
    Replies: 3
    Last Post: 2 Nov 2010, 05:42 PM
  3. Help About New Template Install Please Help
    By mboley370 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 25 Jun 2007, 06:52 PM
  4. Help Please - New Install - New User
    By M2nns in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 18 Mar 2007, 05:07 AM
  5. Cannot list a new product on my new store?? PLEASE HELP!!
    By sadesigns in forum Installing on a Linux/Unix Server
    Replies: 10
    Last Post: 17 Feb 2007, 12:49 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