Results 1 to 7 of 7
  1. #1
    Join Date
    Dec 2008
    Posts
    94
    Plugin Contributions
    0

    Default More CSS help needed for template 12541

    I need to know a couple more things for template 12541:
    1. How do I center the Top EZ Pages Links that are in the green header?
    2. How do I change the product text color from blue?

    Thanks All,
    Nick

  2. #2
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: More CSS help needed for template 12541

    the only way i know centering top links ..


    locate this code in your stylesheet.css

    #navEZPagesTop {stylesheet.css (line 225)
    float:right;
    padding-right:75px;

    }

    add the code in red to the rule.

  3. #3
    Join Date
    Dec 2008
    Posts
    94
    Plugin Contributions
    0

    Default Re: More CSS help needed for template 12541

    thanks so much... i would never survive without these forums!!!

  4. #4
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: More CSS help needed for template 12541

    Chance are that i might be wrong when supplying you with codes. so , do always have a back up of your origianl files on your harddrive ..


    you can change the px value of padding-right to get it exactly where you want those link to position.

    again. always back up . im not pro at css .

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: More CSS help needed for template 12541

    The ez-pages bar was annoyingly complicated to center, when it should have been dead simple. (Probably due in part to the multiplicity of major stylesheets in TM templates, as well as the non-standard divs, ids & classes added.) At any rate, find in your stylesheet.css:
    Code:
    #navEZPagesTop {
            }
    and change to
    Code:
    #navEZPagesTop {text-align: center;
            }
    
    #navEZPagesTop li {float: none; display: inline; line-height: 4em;
            }
    "larger image" link color:
    stylesheet_main.css (line 155)

    #productMainImage a, #reviewsInfoDefaultProductImage a, #productReviewsDefaultProductImage a, #reviewWriteMainImage a {
    color:#00C3FB;
    font-weight:bold;
    text-decoration:none;
    }

    prices color:
    stylesheet.css (line 510)

    .normalprice {
    color:#00C3FB;
    font-size:13px;
    font-weight:bold;
    line-height:1.51em;
    text-decoration:line-through;
    }

    stylesheet.css (line 514)

    .productSpecialPrice, .productSalePrice, .productSpecialPriceSale {
    color:#00C3FB;
    font-size:13px;
    font-weight:bold;
    line-height:normal;
    }

  6. #6
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: More CSS help needed for template 12541

    i also don't know what text editor you are using , because i just noticed a bom character in your stylesheet. you may want to be very careful with this type of editors .

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

    Default Re: More CSS help needed for template 12541

    I am having problems with this template too.

    Can anyone lend me a helping hand?

 

 

Similar Threads

  1. Template 12541: header background color help
    By statusone in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 24 Nov 2010, 05:05 AM
  2. CSS Font Categories template 12541
    By WebAddictt in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 12 Sep 2009, 01:53 PM
  3. Template 12541 Help
    By neighbornick in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 23 Mar 2009, 09:25 AM
  4. css in 12541 template
    By octagon in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 1 Sep 2008, 07:05 PM
  5. CSS help needed with stock template.
    By ncjimgir in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Jul 2007, 03:15 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