Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 2009
    Posts
    2
    Plugin Contributions
    0

    Default changing color of border on right

    Hi im using the template default and cant figure out how to change the color OR remove the bar on the right side. It stretches out from the logo.gif but is not a pic so it must be in css or something? Any help to remove would be appreciated. Thanks

  2. #2
    Join Date
    Aug 2006
    Location
    UK
    Posts
    449
    Plugin Contributions
    0

    Default Re: changing color of border on right

    Make sure you are using Custom override folders. There are FAQs available...

    A link to your site would help...

    Get yourself Firefox then install the Firebug extension. Which will help troubleshooting CSS problems.
    ~Steve~

  3. #3
    Join Date
    Apr 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: changing color of border on right

    its actually the Classic Template ..

  4. #4
    Join Date
    Aug 2006
    Location
    UK
    Posts
    449
    Plugin Contributions
    0

    Default Re: changing color of border on right

    The page is showing incorrectly in IE... Firefox is showing the page better. The blue is actually the background.

    You should work with your own override folder. So that any "errors" can be easily corrected.

    You are using 2 stylesheets which will be clashing...

    stylesheet_new.css
    stylesheet_original.css

    zencart will load both of those files within the css folder...
    ~Steve~

  5. #5
    Join Date
    Aug 2006
    Location
    UK
    Posts
    449
    Plugin Contributions
    0

    Default Re: changing color of border on right

    I believe the following line is messing things up for you in IE

    #navMain ul li, #navSupp ul li, #navCatTabs ul li {
    display:inline;
    white-space:nowrap;
    }

    try;
    #navMain ul li, #navSupp ul li, #navCatTabs ul li {
    display:inline;
    white-space:normal;
    }
    ~Steve~

 

 

Similar Threads

  1. border color change
    By Nyx1961 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 30 Sep 2010, 04:44 PM
  2. change table border color
    By aoren in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 23 May 2010, 06:29 PM
  3. Bookshelf Template - no right border on sideboxes
    By jupitergardens in forum Addon Templates
    Replies: 4
    Last Post: 4 Nov 2009, 09:34 PM
  4. Changing Right Column Background Color
    By tanyaleann in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 23 Sep 2008, 09:25 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