Re: Avonlee Contempo Template Support Thread
Quote:
Originally Posted by
opunku
Hi Anne,
I am enjoying the template and finding it very easy to customize. So far the only problem I'm having is changing the product/description hover color. I would like to change it from the red to a different color, but can not find this anywhere in the stylesheets.
Thanks,
Steve
If you post a link to a page in your site that has what you want changed, I can take a look.
Thanks,
Anne
Re: Avonlee Contempo Template Support Thread
Quote:
Originally Posted by
RescoCCC
Look for this in the stylesheet.css:
body {margin: 0;font-family: verdana, arial, helvetica, sans-serif;font-size: 62.5%;color: #888787;background-color: #f6f4f4;}
Add
background: url(../images/yourimage.gif); to that section.
And upload the image to the /images directory for the template.
so on the first line of the file, this is what i added: background:http://ecogearunlimited.com/shop/images.background2.png does this look right? does this need to replace the background color section?
i added the code and added the image to the following folder:public_html/shop/images/
i am not seeing any changes. is there more than one area that needs to be changed.
Re: Avonlee Contempo Template Support Thread
You don't need to replace the background color code if you don't want to. The background image will cover it. You may want to change the color to a shade that is similar to your background image.
That's the wrong folder for the image. It goes in includes/templates/avonlee_contempo/images
Re: Avonlee Contempo Template Support Thread
i uploaded the image to the proper folder. however i don't think that i have the right url for the image to be displayed. any thoughts?
Re: Avonlee Contempo Template Support Thread
Quote:
Originally Posted by
spec
i uploaded the image to the proper folder. however i don't think that i have the right url for the image to be displayed. any thoughts?
The URL I posted for inclusion in the body section of your stylesheet is the correct URL.
Re: Avonlee Contempo Template Support Thread
Quote:
Originally Posted by
spec
so on the first line of the file, this is what i added: background:
http://ecogearunlimited.com/shop/images.background2.png does this look right? does this need to replace the background color section?
i added the code and added the image to the following folder:public_html/shop/images/
i am not seeing any changes. is there more than one area that needs to be changed.
1. Upload your image to public_html/shop/includes/templates/avonlee_contempo/images
2. Open the includes/templates/avonlee_contempo/css/stylesheet.css file in a plain text editor
3. Replace this code:
Code:
body {margin: 0;font-family: verdana, arial, helvetica, sans-serif;font-size: 62.5%;color: #888787;background-color: #f6f4f4;}
with this:
Code:
body {margin: 0;font-family: verdana, arial, helvetica, sans-serif;font-size: 62.5%;color: #888787;background-image: url(../images/background2.png ;}
Thanks,
Anne
Re: Avonlee Contempo Template Support Thread
Quote:
Originally Posted by
picaflor-azul
If you post a link to a page in your site that has what you want changed, I can take a look.
Thanks,
Anne
Thank you Anne,
I did get it figured out. I was looking to far down on the stylesheet when in fact it was towards the top of the page.
Re: Avonlee Contempo Template Support Thread
Quote:
Originally Posted by
opunku
Thank you Anne,
I did get it figured out. I was looking to far down on the stylesheet when in fact it was towards the top of the page.
That's great!
Thanks,
Anne
Re: Avonlee Contempo Template Support Thread
Quote:
Originally Posted by
picaflor-azul
1. Upload your image to public_html/shop/includes/templates/avonlee_contempo/images
2. Open the includes/templates/avonlee_contempo/css/stylesheet.css file in a plain text editor
3. Replace this code:
Code:
body {margin: 0;font-family: verdana, arial, helvetica, sans-serif;font-size: 62.5%;color: #888787;background-color: #f6f4f4;}
with this:
Code:
body {margin: 0;font-family: verdana, arial, helvetica, sans-serif;font-size: 62.5%;color: #888787;background-image: url(../images/background2.png ;}
Thanks,
Anne
i don't think i am entering the right url. this is the url i have entered: http://ecogearunlimited.com/shop/avo...ackground2.png
Re: Avonlee Contempo Template Support Thread
The URL would be ONLY ../images/background2.png