Thread: Sidebox Text

Page 1 of 2 12 LastLast
Results 1 to 10 of 19
  1. #1
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Sidebox Text

    Hey All,

    I have been trying to change the font style of my information sidebox to match my categories sidebox. The categories sidebox is currently bold and i would also like the information sidebox to be bold. I have tried it with web developer but im pulling my hair out as its not working... my site is www.truwater.com.au.

    Can anyone please assist?

    Thanks in advance!
    Last edited by gee38l; 3 Dec 2008 at 05:13 AM. Reason: link

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Sidebox Text

    Quote Originally Posted by gee38l View Post
    Hey All,

    I have been trying to change the font style of my information sidebox to match my categories sidebox. The categories sidebox is currently bold and i would also like the information sidebox to be bold. I have tried it with web developer but im pulling my hair out as its not working... my site is www.truwater.com.au.

    Can anyone please assist?

    Thanks in advance!
    open your stylesheet.css (includes/templates/YOUR_TEMPLATE/css/stylesheet.css)

    find the following declaration and the add the highlighted portion:

    .sideBoxContent {
    font-weight: bold;
    }

  3. #3
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Sidebox Text

    Quote Originally Posted by clydejones View Post
    open your stylesheet.css (includes/templates/YOUR_TEMPLATE/css/stylesheet.css)

    find the following declaration and the add the highlighted portion:

    .sideBoxContent {
    font-weight: bold;
    }
    Thanks for the reply 5 minutes after i posted i actually figured it out....

    One problem the shopping cart sidebox text didnt change... :S

  4. #4
    Join Date
    Oct 2007
    Posts
    39
    Plugin Contributions
    0

    Default Re: Sidebox Text

    Try this:

    #shoppingcartContent{font-weight:bold;}

  5. #5
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Sidebox Text

    Perfect all has been sorted thank you very much

  6. #6
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Sidebox Text

    You wouldnt happen to know how to fix a text spacing error in IE7 which does not occur on mozilla?
    If you have a look on my homepage the pricing for new products has a space

  7. #7
    Join Date
    Oct 2007
    Posts
    39
    Plugin Contributions
    0

    Default Re: Sidebox Text

    You can try adding a line-height to these two classes:

    .save {
    font-size:12px;
    font-family:Tahoma;
    text-align: center;
    color:#636466;
    font-weight:bold;
    line-height:16px;
    }

    .norm {
    font-size:12px;
    font-family:Tahoma;
    text-align: center;
    color:#0000FF;
    font-weight:bold;
    line-height:16px;
    }

    I am on a mac right now and I'd have to restart in windows to test it out. Let me know if that works for you in IE.

  8. #8
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Sidebox Text

    Quote Originally Posted by antpez View Post
    You can try adding a line-height to these two classes:

    .save {
    font-size:12px;
    font-family:Tahoma;
    text-align: center;
    color:#636466;
    font-weight:bold;
    line-height:16px;
    }

    .norm {
    font-size:12px;
    font-family:Tahoma;
    text-align: center;
    color:#0000FF;
    font-weight:bold;
    line-height:16px;
    }

    I am on a mac right now and I'd have to restart in windows to test it out. Let me know if that works for you in IE.
    I just tried what u said above and it fixed half of it please have a look

  9. #9
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Sidebox Text

    OK i added another line height to small text and its fixed the gap between the prices but now the bottom our price is to close to the buy/details button....?

  10. #10
    Join Date
    Oct 2007
    Posts
    39
    Plugin Contributions
    0

    Default Re: Sidebox Text

    If you want a quick fix go into this file: /includes/templates/YOUR-TEMPLATE/common/html_header.php

    and find the following bit of code:

    /**
    * load stylesheets on a per-page/per-language/per-product/per-manufacturer/per-category basis. Concept by Juxi Zoza.
    */

    And add this above it:

    echo '<!--[if IE]>
    <style type="text/css">
    .price{margin-bottom:8px;}
    </style>
    <![endif]-->';

    /**
    * load stylesheets on a per-page/per-language/per-product/per-manufacturer/per-category basis. Concept by Juxi Zoza.
    */

    You can also define an ie-stylesheet there as well, so you could add any fixes you may need for IE to that stylesheet in the future.

    I am sure there's other easier ways to fix this, but for now you can get it to work by following those instructions.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Sidebox Text
    By DravenLS in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 30 Nov 2007, 09:43 PM
  2. text in sidebox
    By Sonshine in forum Installing on a Linux/Unix Server
    Replies: 6
    Last Post: 17 Mar 2007, 07:32 PM
  3. Text in a sidebox
    By ajcannon in forum General Questions
    Replies: 1
    Last Post: 14 Sep 2006, 10:32 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