Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    May 2009
    Posts
    45
    Plugin Contributions
    0

    Default colored lines showing....

    here's the link: http://pinpointcompany.us/

    I am trying to get rid of the green lines under the links, categories etc., boxes on the left but can't find where to do this.

    ALSO, I would like to change the Text Color in the heading of each box, including the header with "home" and "login" from white to another color. Could someone direct me where to do this?

    Thanks in advance!

  2. #2
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: colored lines showing....

    Find this in the stylesheet:

    Code:
    .leftBoxContainer, .rightBoxContainer {
    	margin: 0em;
    	border: 1px solid #9a9a9a;
    	border-bottom: 5px solid #336633;
    	margin-top: 1.5em;
    	}
    it is the bordr-bottom that is doing it. delete that line or modify it to your liking.

  3. #3
    Join Date
    May 2009
    Posts
    45
    Plugin Contributions
    0

    Default Re: colored lines showing....

    Thank you very much!!

  4. #4
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: colored lines showing....

    Stylesheet again:

    Find

    Code:
    #navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
    	text-decoration: none;
    	padding: 0em 0.5em;
    	margin: 0;
    	color: #ffffff;
    	white-space: nowrap;
    	}
    Change the color for the navigation links.

  5. #5
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: colored lines showing....

    Finally stylesheet again:

    Find
    Code:
    h3.leftBoxHeading, h3.leftBoxHeading a,
    h3.rightBoxHeading, h3.rightBoxHeading a {
    	font-size: 1em;
    	color: #ffffff;
    	}
    change the color for the headings of the left and right sideboxes.

  6. #6
    Join Date
    May 2009
    Posts
    45
    Plugin Contributions
    0

    Default Re: colored lines showing....

    excellent.
    Thanks again!

 

 

Similar Threads

  1. v150 Quebec Taxes: showing on three separate lines
    By branninggroup in forum Bug Reports
    Replies: 1
    Last Post: 29 Nov 2012, 04:48 AM
  2. Odd lines showing on the side of Product Description
    By SethF in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 7 Dec 2011, 11:51 AM
  3. Colored circles on shipping modules?
    By mamasylvia in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 23 Aug 2010, 09:44 AM

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