Page 20 of 47 FirstFirst ... 10181920212230 ... LastLast
Results 191 to 200 of 461
  1. #191
    Join Date
    Jul 2009
    Location
    http://www.picaflor-azul.com
    Posts
    3,189
    Plugin Contributions
    35

    Default Re: Avonlee Contempo Template Support Thread

    Quote Originally Posted by opunku View Post
    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
    Custom Zen Cart Design & Templates
    Enhance your site with our 25 Free Zen Cart Templates Plus 10 Free Zen Cart Modules.
    Check them out!

  2. #192
    Join Date
    Oct 2007
    Location
    Pensacola
    Posts
    49
    Plugin Contributions
    0

    Default Re: Avonlee Contempo Template Support Thread

    Quote Originally Posted by RescoCCC View Post
    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 folderublic_html/shop/images/

    i am not seeing any changes. is there more than one area that needs to be changed.
    Spec
    [FONT="Arial Black"]HempstersStitch.com[/FONT]
    [FONT="Arial Black"]Eco Gear Unlimited[/FONT]

  3. #193
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,646
    Plugin Contributions
    1

    Default 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
    Bumble Bee Template - my first contribution!

    The best way to learn is to try stuff. But, back it up first.

  4. #194
    Join Date
    Oct 2007
    Location
    Pensacola
    Posts
    49
    Plugin Contributions
    0

    Default 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?
    Spec
    [FONT="Arial Black"]HempstersStitch.com[/FONT]
    [FONT="Arial Black"]Eco Gear Unlimited[/FONT]

  5. #195
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,646
    Plugin Contributions
    1

    Default Re: Avonlee Contempo Template Support Thread

    Quote Originally Posted by spec View Post
    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.
    Bumble Bee Template - my first contribution!

    The best way to learn is to try stuff. But, back it up first.

  6. #196
    Join Date
    Jul 2009
    Location
    http://www.picaflor-azul.com
    Posts
    3,189
    Plugin Contributions
    35

    Default Re: Avonlee Contempo Template Support Thread

    Quote Originally Posted by spec View Post
    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 folderublic_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
    Custom Zen Cart Design & Templates
    Enhance your site with our 25 Free Zen Cart Templates Plus 10 Free Zen Cart Modules.
    Check them out!

  7. #197
    Join Date
    Oct 2011
    Posts
    9
    Plugin Contributions
    0

    Default Re: Avonlee Contempo Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    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.

  8. #198
    Join Date
    Jul 2009
    Location
    http://www.picaflor-azul.com
    Posts
    3,189
    Plugin Contributions
    35

    Default Re: Avonlee Contempo Template Support Thread

    Quote Originally Posted by opunku View Post
    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
    Custom Zen Cart Design & Templates
    Enhance your site with our 25 Free Zen Cart Templates Plus 10 Free Zen Cart Modules.
    Check them out!

  9. #199
    Join Date
    Oct 2007
    Location
    Pensacola
    Posts
    49
    Plugin Contributions
    0

    Default Re: Avonlee Contempo Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    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
    Spec
    [FONT="Arial Black"]HempstersStitch.com[/FONT]
    [FONT="Arial Black"]Eco Gear Unlimited[/FONT]

  10. #200
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,646
    Plugin Contributions
    1

    Default Re: Avonlee Contempo Template Support Thread

    The URL would be ONLY ../images/background2.png
    Bumble Bee Template - my first contribution!

    The best way to learn is to try stuff. But, back it up first.

 

 
Page 20 of 47 FirstFirst ... 10181920212230 ... LastLast

Similar Threads

  1. All Business template Support Thread
    By picaflor-azul in forum Addon Templates
    Replies: 980
    Last Post: 16 Jun 2013, 07:55 PM
  2. Rustic Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 320
    Last Post: 20 May 2013, 10:47 AM
  3. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM
  4. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 248
    Last Post: 29 Jan 2012, 04:30 PM
  5. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 PM

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
  •