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://(sorry, site offline)/136/ind...dir=mostlygrey

    Thanks!
    -Michelle

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    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

 

 

Similar Threads

  1. Changing Background Color
    By hrsteel in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 12 Jan 2010, 11:13 PM
  2. Changing Background color to image
    By fastdc5 in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 4 Feb 2009, 05:22 AM
  3. changing background color
    By jenpen in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 20 Jul 2008, 05:04 AM
  4. Background Image & Background Color
    By jben in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 30 Mar 2008, 01:11 AM
  5. Changing background color?
    By benjames in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 13 Oct 2006, 09:09 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg