Results 1 to 10 of 12

Hybrid View

  1. #1
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Need help with this stylesheet adjustment

    I've found the spot on stylesheet.css to adjust for a normal price when I'm running a special, and for the sale price. Now I'd like to adjust the word Save and the price that follows. I want to make them both smaller - the size of the normal price, and the same color. I just don't see it in the same area:

    /*bof center boxes*/
    .product_title {font-size:110%}
    .product_title a{color:#444443;}
    .product_title a:hover{color:#ED3A84;}
    .product_detail {margin-top:10px;}
    .price {font-size:110%;font-weight:bold;color:#444443;}
    .normalprice {font-size:75%;} I changed the font size here for the normal price
    .productSpecialPrice {font-size:110%;font-weight:bold;color:#ed3a84;}I changed the font size and color here for the special price
    .centerBoxWrapperContents{background:#fff;font-weight:bold;font-size: 1em;}

    http://designerperfumesnob.authsafe....html?cPath=656

    Thanks!

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Need help with this stylesheet adjustment

    .productPriceDiscount {
    font-size: .7em;
    color: #FF0000;
    }

    I'll suggest again that you install the Firebug plugin for Firefox. It makes finding stuff like this a lot easier than posting a question.

  3. #3
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Re: Need help with this stylesheet adjustment

    Quote Originally Posted by stevesh View Post
    .productPriceDiscount {
    font-size: .7em;
    color: #FF0000;
    }

    I'll suggest again that you install the Firebug plugin for Firefox. It makes finding stuff like this a lot easier than posting a question.
    Sorry, I do have Firebug, I just couldn't pinpoint this.

  4. #4
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Re: Need help with this stylesheet adjustment

    OK, I have another adjustment and I am trying to use Firebug and I guess I just don't get it.

    I am trying to make the font smaller on the text below the credit card info in the footer. The text reads:

    DesignerPerfumeSnob.com is committed to bringing you 100% authentic brand name fragrances.

    The only thing I get from looking at Firebug for this line, is line 1 in stylesheet.css.

    I know that can't be the answer.

    http://designerperfumesnob.authsafe.com/

  5. #5
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Need help with this stylesheet adjustment

    The way I use Firebug most often is to CTRL-SHIFT-C to see what class or id whatever I'm hovering over belongs to.

    In this case, you haven't given that text it's own class or id name, so you can't style it individually. I'd go back into whatever file you added it to and wrap it in a <div class="mytext">Your text</div> then style .mytext in the stylesheet.

  6. #6
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Re: Need help with this stylesheet adjustment

    Quote Originally Posted by stevesh View Post
    The way I use Firebug most often is to CTRL-SHIFT-C to see what class or id whatever I'm hovering over belongs to.

    In this case, you haven't given that text it's own class or id name, so you can't style it individually. I'd go back into whatever file you added it to and wrap it in a <div class="mytext">Your text</div> then style .mytext in the stylesheet.
    Thank you. I will try that next time I need to make an adjustment and hope I can figure it out!

 

 

Similar Threads

  1. installed easyslider and need help with stylesheet
    By bn17311 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 2 Nov 2011, 11:41 AM
  2. I need help with CSS Stylesheet
    By rspencer1762 in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 8 May 2011, 07:43 AM
  3. Need help with stylesheet
    By xshaanx in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 19 Apr 2010, 09:16 PM
  4. Need help with stylesheet - Need to delete the categories
    By annav in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 12 Jun 2009, 12:41 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