Results 1 to 8 of 8
  1. #1
    Join Date
    Jun 2009
    Posts
    275
    Plugin Contributions
    0

    Default Change color around logo.gif / Mostly Grey template

    Hello!

    How do I change the color of the background around the logo.gif? I am using the Mostlygrey template. When I check /public_html/catalog/includes/templates/mostlygrey/css/stylesheet.css I find this...

    #logoWrapper{
    /*background-color: #444;*/
    text-align: center;

    Changing this has no effect. Am I editing in the wrong place?

    Thanks for any help!

  2. #2
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Change color around logo.gif / Mostly Grey template

    That's because your background-color line is "commented" out, meaning until you UN-comment it, it gets ignored.

    (Anything between /* and */ gets ignored)

    Original:
    Code:
    #logoWrapper{
    	/*background-color: #444;*/
    	text-align: center;
    Edited:
    Code:
    #logoWrapper{
    	background-color: #444;
    	text-align: center;
    Hope this helps.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  3. #3
    Join Date
    Jun 2009
    Posts
    275
    Plugin Contributions
    0

    Default Re: Change color around logo.gif / Mostly Grey template

    oops....

    Thank you!

  4. #4
    Join Date
    Jun 2009
    Posts
    275
    Plugin Contributions
    0

    Default Re: Change color around logo.gif / Mostly Grey template

    I also need to change the color of this one section but I can't find it in my css (see red type in picture) ...any idea what it is called? Thank you!

    Name:  capture 3.jpg
Views: 145
Size:  13.1 KB

  5. #5
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Change color around logo.gif / Mostly Grey template

    Quote Originally Posted by doooomed View Post
    I also need to change the color of this one section but I can't find it in my css (see red type in picture) ...any idea what it is called? Thank you!

    Name:  capture 3.jpg
Views: 145
Size:  13.1 KB

    Could be the headerWrapper, but not sure without seeing your site............got a URL?
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  6. #6
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Change color around logo.gif / Mostly Grey template

    or the #taglineWrapper
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  7. #7
    Join Date
    Jun 2009
    Posts
    275
    Plugin Contributions
    0

    Default Re: Change color around logo.gif / Mostly Grey template

    It is the headerWrapper...Thank you!

  8. #8
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Change color around logo.gif / Mostly Grey template

    You're welcome. Glad to help.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

 

 

Similar Threads

  1. Mostly grey logo.
    By go green in forum Addon Templates
    Replies: 1
    Last Post: 9 Sep 2009, 10:03 AM
  2. Adding a link button to Mostly Grey template
    By Smithers in forum Addon Templates
    Replies: 3
    Last Post: 17 Jul 2009, 04:09 PM
  3. HELP with installing Mostly Grey Template!
    By bayshorecreations in forum Addon Templates
    Replies: 2
    Last Post: 15 Jul 2009, 02:25 PM
  4. Help with CSS on Mostly Grey Template
    By KRW Knitwear in forum Addon Templates
    Replies: 4
    Last Post: 11 Jun 2008, 07:46 PM
  5. Mostly Grey Template in Firefox Colours are wrong
    By meatball in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 14 Nov 2007, 05:15 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR