I'm having a hard time changing the background color in the tmlp.header file.
I've changed the color of the image files and uploaded with success, but when I tried to update the color in the css file it didn't change.
Hello LAURELLEAF,
Please provide us with your site URL, we will check it and let you know.
Regards, AS Team.
laurelleaf
POSTED: 2013-02-25
and by above I mean a past comment that is clearly long gone. lol (I google searched for the solution) But I'm sure you understand what I mean.
laurelleaf
POSTED: 2013-02-25
it's no-more-weevils.co.nz
AS Templates
POSTED: 2013-02-25
Hello LAURELLEAF,
Try to put the following n the tmpl.custom.css file:
body
{
background-color: #acb866;
}
Regards, AS Team.
laurelleaf
POSTED: 2013-02-25
I don't want to change the background. sorry. I wasn't very clear as I thought for a moment this was a thread for a specific problem, but I guess it's not!
I want to change the background color in the menu button, or rather remove it completely. I changed the:
and nothing happened the stock color remains, is there anything else I need to change?
AS Templates
POSTED: 2013-02-25
Hello LAURELLEAF,
Seems you need to remove the menu background image, in the tmpl.header.css file, please find and edit the following class (line 309):
#header .row1 #topmenu ul.menu li.current a,
#header .row1 #topmenu ul.menu li.active a,
#header .row1 #topmenu ul.menu li.actives a,
#header .row1 #topmenu ul.menu li:hover a
{
background-image: url("../images/bg.btn.menu.png");
background-position: left top;
background-repeat: repeat-x;
display: block;
}
Regards, AS Team.
laurelleaf
POSTED: 2013-02-25
Beautiful!! thanks for the help! :)
laurelleaf
POSTED: 2013-03-03
hey guys!
I've to an issue wrapping text around and image. I've tried the code you guys supplied, and everything else imaginable. It's just not working... Even with JCE editor.
AS Templates
POSTED: 2013-03-03
Hello LAURELLEAF,
Can you please provide us with the page url where do you have such issue?
Regards, AS Team.
laurelleaf
POSTED: 2013-03-03
The template isn't allowing me to wrap text around images. It's a problem everywhere.
no-more-weevils.co.nz
laurelleaf
POSTED: 2013-03-04
hey. can I get some support please? I'd really like to get this site finished. There isn't anything wrong with my code it's the template. I changed the template and easily was able to wrap the text.
Is there a param I need to change?
The site relies heavily on images...
Thanks.
Daphne
AS Templates
POSTED: 2013-03-04
Hello LAURELLEAF,
You put each image in separate paragraph, we think it comes from the Microsoft Word which is not good for HTML content. The text and image should be in the same paragraph.
<p class="MsoNormal" style="text-align: left;">
<em>
<span lang="EN-NZ" style="font-size: 12pt; font-family: 'Helvetica LT Std', sans-serif;">
is a distillation of organic herbs with no additives.
<br>
100% Pure. You could
<br>
drink it but it's a concentrate so I would not recommend it!
</span>
</p>
Please replace it with the following:
-----------------------------------------------
<p class="MsoNormal" style="text-align: left;">
<em>
<span lang="EN-NZ" style="font-size: 12pt; font-family: 'Helvetica LT Std', sans-serif;">
is a distillation of organic herbs with no additives.
<br>
100% Pure. You could
<br>
drink it but it's a concentrate so I would not recommend it!
<img width="187" height="166" alt="" src="/images/Moth.png" style="font-family: 'Helvetica LT Std', sans-serif; font-size: 16px; border: 1px solid #000000; float: right;">
</span>
</p>
Regards, AS Team.
laurelleaf
POSTED: 2013-03-04
That just added the image to the bottom of the paragraph. No matter where I put the image, no matter what side I assign the position it doesn't wrap.
I used ms word as a last resort.
AS Templates
POSTED: 2013-03-04
Hello LAURELLEAF,
The text and image now in the same paragraph, try to add more text and '100% Pure. You could drink it but it’s a concentrate so I would not recommend it! ', do not put it in separate paragraph like:
'The product has been trialed for two years with incredible success. It works effectively with brilliant results. Simply take the lid off the container and place at the back of your pantry and shut the pantry door. If you have infested food it is important to remove it from the kitchen and throw away in an outside container. '
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
I've changed the color of the image files and uploaded with success, but when I tried to update the color in the css file it didn't change.
the code was also different to the above,
#header .row1 #topmenu ul.menu ul li
{
width: 200px;
height: 30px;
margin: 0px 0px 0px 0px !important;
padding: 0px 0px 0px 0px !important;
background-color: #acb866;
}
Please provide us with your site URL, we will check it and let you know.
Regards, AS Team.
Try to put the following n the tmpl.custom.css file:
body
{
background-color: #acb866;
}
Regards, AS Team.
I want to change the background color in the menu button, or rather remove it completely. I changed the:
#header .row1 #topmenu ul.menu ul li
{
width: 200px;
height: 30px;
margin: 0px 0px 0px 0px !important;
padding: 0px 0px 0px 0px !important;
background-color: #acb866; <----
}
and nothing happened the stock color remains, is there anything else I need to change?
Seems you need to remove the menu background image, in the tmpl.header.css file, please find and edit the following class (line 309):
#header .row1 #topmenu ul.menu li.current a,
#header .row1 #topmenu ul.menu li.active a,
#header .row1 #topmenu ul.menu li.actives a,
#header .row1 #topmenu ul.menu li:hover a
{
background-image: url("../images/bg.btn.menu.png");
background-position: left top;
background-repeat: repeat-x;
display: block;
}
Regards, AS Team.
I've to an issue wrapping text around and image. I've tried the code you guys supplied, and everything else imaginable. It's just not working... Even with JCE editor.
Can you please provide us with the page url where do you have such issue?
Regards, AS Team.
no-more-weevils.co.nz
Is there a param I need to change?
The site relies heavily on images...
Thanks.
Daphne
You put each image in separate paragraph, we think it comes from the Microsoft Word which is not good for HTML content. The text and image should be in the same paragraph.
You have the following on your site:
--------------------------------------------
<p class="MsoNormal" style="text-align: left;">
<em>
<span lang="EN-NZ" style="font-size: 12pt; font-family: 'Helvetica LT Std', sans-serif;">
<br>
<img width="187" height="166" alt="" src="/images/Moth.png" style="font-family: 'Helvetica LT Std', sans-serif; font-size: 16px; border: 1px solid #000000; float: right;">
</span>
</em>
</p>
<p class="MsoNormal" style="text-align: left;">
<em>
<span lang="EN-NZ" style="font-size: 12pt; font-family: 'Helvetica LT Std', sans-serif;">
is a distillation of organic herbs with no additives. <br>
100% Pure. You could
<br>
drink it but it's a concentrate so I would not recommend it!
</span>
</p>
Please replace it with the following:
-----------------------------------------------
<p class="MsoNormal" style="text-align: left;">
<em>
<span lang="EN-NZ" style="font-size: 12pt; font-family: 'Helvetica LT Std', sans-serif;">
is a distillation of organic herbs with no additives.
<br>
100% Pure. You could
<br>
drink it but it's a concentrate so I would not recommend it!
<img width="187" height="166" alt="" src="/images/Moth.png" style="font-family: 'Helvetica LT Std', sans-serif; font-size: 16px; border: 1px solid #000000; float: right;">
</span>
</p>
Regards, AS Team.
I used ms word as a last resort.
The text and image now in the same paragraph, try to add more text and '100% Pure. You could drink it but it’s a concentrate so I would not recommend it! ', do not put it in separate paragraph like:
'The product has been trialed for two years with incredible success. It works effectively with brilliant results. Simply take the lid off the container and place at the back of your pantry and shut the pantry door. If you have infested food it is important to remove it from the kitchen and throw away in an outside container. '
Regards, AS Team.