Re: Desert Noon Template Support Thread
Quote:
Originally Posted by
fats1964
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.
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
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
Re: Desert Noon Template Support Thread
Quote:
Originally Posted by
meesh
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;
}
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
Re: Desert Noon Template Support Thread
Quote:
Originally Posted by
evariety
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;
}
Re: Desert Noon Template Support Thread
Quote:
Originally Posted by
clydejones
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?
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
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
Re: Desert Noon Template Support Thread
Quote:
Originally Posted by
evariety
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