Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Apr 2009
    Posts
    55
    Plugin Contributions
    0

    red flag changing layout text

    Hello

    I am trying to make this one. Here is the link

    http://www.guaranteedgoalsandsolutions.com/zencart/

    Now can anyone tell me how I can get rid of the space in between top header and the header_bg image. Additionally I do not need these one on the main pages “EZ pages”, “Privacy Policy”, “Shared” “Zen Cart” but could not find where to go to turn it off.

    I have changed this part of stylesheet for changing the font color and font size of the text only , but I think to change only the font color and size of the pages I must change somewhere else . Where should I go?


    body {
    margin: 0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 75.5%; ( changed)
    color:#ddc892; (changed)
    font-weight:bold;(changed)
    background-color: #ac7336;
    }

    Lastly where should I go in the stylesheet to change the font color and sizes for the text on the left side box . I want to change “Privacy Notice”, “Shipping & Returns” and so on.

    Waiting for some response.


    Regards
    Trnghosh.

  2. #2
    Join Date
    Apr 2009
    Posts
    10
    Plugin Contributions
    0

    Default Re: changing layout text

    been trying to do that all night, how did you get rid of the link in that area that links to the catalog categories?

  3. #3
    Join Date
    Apr 2009
    Posts
    10
    Plugin Contributions
    0

    Default Re: changing layout text

    Go to the "#navEZPagesTop a" portion of your CSS file and change the blue to whatever color you want.
    #navEZPagesTop {
    background-color: #abbbd3;
    background-image: url(../images/tile_back.gif);
    font-weight: bold;
    margin: 0em;
    padding: 0.5em;
    text-align: center;
    color: #FFFFFF;
    }
    #navEZPagesTop a {
    color: #FFFFFF;
    }

  4. #4
    Join Date
    Apr 2009
    Posts
    55
    Plugin Contributions
    0

    red flag Re: changing layout text

    Thank you for your reply, however cannot follow.

    In the link attached by me you can see there is gap between the top bar and the header_bg image and the we can see the background color all over. I want to know how can I manage it so that there will be no gap at all.

    My second question is in the left side box below the “information” you can see

    Shipping & Returns
    Privacy Notice
    Conditions of use
    ……………….

    ……………….

    And so on. All are in blue as there are links. I want to know how I can control this text to change their looks totally.

    However once again thank you for the reply.

    Waiting for some response.

    trnghosh

  5. #5
    Join Date
    Apr 2009
    Posts
    55
    Plugin Contributions
    0

    Default Re: changing layout text

    I also try to delete this one /turn off this one from the main page

    Additionally I do not need these one on the main pages “EZ pages”, “Privacy Policy”, “Shared” “Zen Cart” but could not find where to go to turn it off.

    But do not find the place to go.

    trnghosh

  6. #6
    Join Date
    Aug 2006
    Location
    UK
    Posts
    449
    Plugin Contributions
    0

    Default Re: changing layout text

    Remove gap in header by a quickfix...

    edit your stylesheet.css

    add the following line;

    #taglineWrapper {display:none;}
    ~Steve~

  7. #7
    Join Date
    Apr 2009
    Posts
    10
    Plugin Contributions
    0

    Default Re: changing layout text

    for the blue text, find

    #navEZPagesTop a {

    on your stylesheet.css and change the color.

    as for the space, I dunno, seems to be part of the whole header but I haven't found which part.

    If you haven't done so already, use the firefox browser and get the addon Firebug 1.3.3
    Once installed, restart the browser and click the little cockroach on the bottom right corner of the browser. Right click on an area of the page and choose to inspect element.

    It is a big help for stylesheet coding.

  8. #8
    Join Date
    Apr 2009
    Posts
    55
    Plugin Contributions
    0

    Default Re: changing layout text

    Quote Originally Posted by s_t_e_v_e View Post
    Remove gap in header by a quickfix...

    edit your stylesheet.css

    add the following line;

    #taglineWrapper {display:none;}
    Yes it works fine for me. Thank you Steve.


    trnghosh

  9. #9
    Join Date
    Apr 2009
    Posts
    55
    Plugin Contributions
    0

    Default Re: changing layout text

    Quote Originally Posted by knothot View Post
    for the blue text, find

    #navEZPagesTop a {

    on your stylesheet.css and change the color.

    as for the space, I dunno, seems to be part of the whole header but I haven't found which part.

    If you haven't done so already, use the firefox browser and get the addon Firebug 1.3.3
    Once installed, restart the browser and click the little cockroach on the bottom right corner of the browser. Right click on an area of the page and choose to inspect element.

    It is a big help for stylesheet coding.

    Sorry I used this one but not worked for me for the blue text that reside with a link in the left and right side boxes.

    trnghosh

  10. #10
    Join Date
    Aug 2006
    Location
    UK
    Posts
    449
    Plugin Contributions
    0

    Default Re: changing layout text

    Get yourself Firefox with Firebug extension - the perfect tool for troubleshooting CSS issues... You will be able to find and fix your colours for the sideboxes very quickly.
    ~Steve~

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Changing text colour in centrebox & Define Pages Editor problem with text
    By annav in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Oct 2010, 10:55 AM
  2. Changing layout of Checkout?
    By Fett in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 10 Mar 2010, 09:00 PM
  3. Changing product layout
    By ptrego in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 26 Jun 2009, 06:55 PM
  4. Changing text email layout
    By nVee in forum General Questions
    Replies: 1
    Last Post: 16 Oct 2008, 11:27 AM
  5. Changing Layout
    By scamp in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 17 Feb 2008, 09:31 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