Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2007
    Posts
    15
    Plugin Contributions
    0

    Default Changing color to background image?

    Hello there. I need to appeal to the experts here. I'm soooo inexperienced with style sheets and I don't want to mess up my new site. I'm using the "Mostly Grey" template for my store and want to change the dark grey color in the category/box headings to an image which will coordinate with my main pages. How do I do that? Here's what I have so far:
    http://fantasyrealmcreations.com/store/

    The gif I want to use is in my template image file. I downloaded the template from here:
    http://www.zencarttemplates.info/136...dir=mostlygrey

    Thanks!
    -Michelle

  2. #2
    Join Date
    Aug 2005
    Posts
    26,012
    Plugin Contributions
    9

    Default Re: Changing color to background image?

    Something Like:
    Code:
    #navCatTabsWrapper {
    	margin: 0em;
    	background-color: #abbbd3;
    	background-image: url(../images/your_image.gif);
    	padding: 0.5em 0.2em;
    	font-weight: bold;
    	color: #ffffff;
    	height: 1%;
    	}
    If it is a tile add a repeat-x
    Zen-Venom Get Bitten
    Get Your Business Found

 

 

Similar Threads

  1. v138a Image Handler 2 (for ZC v1.3.8 ONLY) Support
    By timkroeger in forum All Other Contributions/Addons
    Replies: 7078
    Last Post: 6 May 2013, 02:18 AM
  2. how can i specify a background image for centerBoxHeading
    By modchipfitters.co.uk in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 25 Mar 2009, 09:37 AM
  3. Changing Background image....
    By bloukline in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 16 Jan 2007, 10:22 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
  •