Page 4 of 18 FirstFirst ... 2345614 ... LastLast
Results 31 to 40 of 177
  1. #31
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Desert Noon Template Support Thread

    Quote Originally Posted by fats1964 View Post
    I would like to change the colours is this easy to do and what do I need to do?
    Which colors? text? background? sideboxes? header?

    Some can be changed directly in the stylesheet.css others would require creating new image files.

  2. #32

    Default Re: Desert Noon Template Support Thread

    Hi,
    I just thought I should post back here about my previous issue. I had problems with the layout in IE 8 beta a bit ago. I've now reinstalled IE 8, and everything is all good. It was definitely something to do with the Beta version of the browser I was using.

    Thanks again

  3. #33
    Join Date
    Feb 2009
    Posts
    27
    Plugin Contributions
    0

    Default Re: Desert Noon Template Support Thread

    I am using the template desert noon and I want to remove the date that is the top right of my banner.

    Does anyone know where I can find this at?

    my store is at www.imaggenation.com/zencart

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

    Default Re: Desert Noon Template Support Thread

    Quote Originally Posted by meesh View Post
    I am using the template desert noon and I want to remove the date that is the top right of my banner.

    Does anyone know where I can find this at?

    my store is at www.imaggenation.com/zencart
    You have two options:

    1.
    open includes/templates/desert_noon/common/tpl_header.php

    delete the following line of code: (line 46)
    <div class="date"><?php echo strftime(DATE_FORMAT_LONG);?></div>

    2.
    open includes/templates/desert_noon/css/stylesheet.css

    find the following declaration and add the highlighted portion:

    .date {
    display:none;
    position: absolute;
    top: 60px;
    right: 10px;
    color: #000;
    font-weight: bold;
    text-align: right;
    font-size: 1.2em;
    line-height:normal;
    }

  5. #35
    Join Date
    Apr 2008
    Posts
    24
    Plugin Contributions
    0

    Default Re: Desert Noon Template Support Thread

    I like this template very much and installed it at my website
    www.mumnbaby.com.
    Recently I have customer complaint that the wording for the catagories at side box is too small, I want to change the size of the font to bigger font, but i don;t know where should I change it, does anybody know and can guide me?
    Thank you

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

    Default Re: Desert Noon Template Support Thread

    Quote Originally Posted by evariety View Post
    I like this template very much and installed it at my website
    www.mumnbaby.com.
    Recently I have customer complaint that the wording for the catagories at side box is too small, I want to change the size of the font to bigger font, but i don;t know where should I change it, does anybody know and can guide me?
    Thank you
    open includes/templates/desert_noon/css/stylesheet.css

    find the following declaration and change the highlighted portion to suit your needs.

    #navColumnOne, #navColumnTwo {
    margin: 0 auto;
    background-color: transparent;
    vertical-align: top;
    font-size: 1em;
    }

  7. #37
    Join Date
    Apr 2008
    Posts
    24
    Plugin Contributions
    0

    Default Re: Desert Noon Template Support Thread

    Quote Originally Posted by clydejones View Post
    open includes/templates/desert_noon/css/stylesheet.css

    find the following declaration and change the highlighted portion to suit your needs.

    #navColumnOne, #navColumnTwo {
    margin: 0 auto;
    background-color: transparent;
    vertical-align: top;
    font-size: 1em;
    }

    Thanks for your guideline. I have change it to 1em but it still look like very small, does anyway can change the size same as header size?

  8. #38
    Join Date
    Apr 2008
    Posts
    24
    Plugin Contributions
    0

    Default Re: Desert Noon Template Support Thread

    I'm sorry that I have another question. At my website I have I have doing something wrong on it but I counldn;t find what I'm have done, I have problem as below
    1/All main page have a word of "Products" on the header, I wish to remove it but I don;t know how to do it? This "Products" have show out when I click About us, How to Purchase, FAQ and other information link.
    2/I don;t know why my pages "How to Puchase" It show nothing although I have already enter the things.

    Anybody can help me??

    Thank you

  9. #39
    Join Date
    Apr 2008
    Posts
    24
    Plugin Contributions
    0

    Default Re: Desert Noon Template Support Thread

    I'm sorry that I have another question. At my website I have I have doing something wrong on it but I counldn;t find what I'm have done, I have problem as below
    1/All main page have a word of "Products" on the header, I wish to remove it but I don;t know how to do it? This "Products" have show out when I click About us, How to Purchase, FAQ and other information link.
    2/I don;t know why my pages "How to Puchase" It show nothing although I have already enter the things.

    Anybody can help me??

    Thank you

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

    Default Re: Desert Noon Template Support Thread

    Quote Originally Posted by evariety View Post
    I'm sorry that I have another question. At my website I have I have doing something wrong on it but I counldn;t find what I'm have done, I have problem as below
    1/All main page have a word of "Products" on the header, I wish to remove it but I don;t know how to do it? This "Products" have show out when I click About us, How to Purchase, FAQ and other information link.
    2/I don;t know why my pages "How to Puchase" It show nothing although I have already enter the things.

    Anybody can help me??

    Thank you
    It appears that you have some language files that are conflicting with each other.

    You'll need to check for any files you edited before this issue happened.

    includes/languages//english/extra_definitions/rustic
    and
    includes/languages/english/rustic

 

 
Page 4 of 18 FirstFirst ... 2345614 ... LastLast

Similar Threads

  1. BecaBerry Template [Support Thread]
    By brandonturpin in forum Addon Templates
    Replies: 35
    Last Post: 14 Jun 2015, 09:35 AM
  2. Scuro Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 11
    Last Post: 12 Mar 2015, 09:45 PM
  3. Wallet Template - Support Thread
    By zami in forum Addon Templates
    Replies: 45
    Last Post: 25 Mar 2010, 10:15 PM
  4. Replies: 6
    Last Post: 12 Sep 2009, 09:49 AM
  5. help with custom template desert noon
    By meesh in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 19 Feb 2009, 12:00 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR