Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1
    Join Date
    Aug 2006
    Location
    Leura, Oz
    Posts
    32
    Plugin Contributions
    0

    Default Sidebox Header - Change Font Style

    Hi,

    I'd like to know how i can make the text in the sidebox header appear normal, rather than be bold.

    I've had luck tweaking the fonts colour/size/spacing with these calls in the stylesheet.

    Code:
    h3.leftBoxHeading, h3.leftBoxHeading a, h3.leftBoxHeading label, h3.rightBoxHeading, h3.rightBoxHeading a, h3.rightBoxHeading label {
    	font-size: 1em;
    	font-style: normal;
    	color: #FF9933;
    	letter-spacing: 2px;
    	font-family: verdana;
    	}
    I can't isolate which call in the Sage stylesheet is making(or overiding?) all the text headers in the sideboxes appear in a bold font, even after doing a text search in my stylesheet for instances of the word "bold" in it. Any ideas?

  2. #2
    Join Date
    May 2006
    Location
    Australia
    Posts
    110
    Plugin Contributions
    2

    Default Re: Sidebox Header - Change Font Style

    I can think of a number of possible causes, but it would help to have a link to a live example.

  3. #3
    Join Date
    Aug 2006
    Location
    Leura, Oz
    Posts
    32
    Plugin Contributions
    0

    Default Re: Sidebox Header - Change Font Style

    Cheers. I'm usually so hesitant to post the url.

    http://www.ozwhistles.com/ozshop/

  4. #4
    Join Date
    May 2006
    Location
    Australia
    Posts
    110
    Plugin Contributions
    2

    Default Re: Sidebox Header - Change Font Style

    Oh, I don't know why I didn't see it in your first post.

    Font-style is for italic/oblique/normal, font-weight is for bold/strong/normal.
    http://www.w3.org/TR/REC-CSS2/fonts....def-font-style

    So this is what you should have instead:

    Code:
    h3.leftBoxHeading, h3.leftBoxHeading a, h3.leftBoxHeading label, h3.rightBoxHeading, h3.rightBoxHeading a, h3.rightBoxHeading label {
    	font-size: 1em;
    	font-weight: normal;
    	color: #FF9933;
    	letter-spacing: 2px;
    	font-family: verdana;
    	}

  5. #5
    Join Date
    Aug 2006
    Location
    Leura, Oz
    Posts
    32
    Plugin Contributions
    0

    Default Re: Sidebox Header - Change Font Style

    Thank You!

    Phew! I'm 'ing too.

    Thanks for the providing the CSS link with the various calls listed too, very bloody handy

  6. #6
    Join Date
    May 2007
    Location
    Northern Michigan
    Posts
    18
    Plugin Contributions
    0

    Default Re: Sidebox Header - Change Font Style

    Hi, I am a total n00bie to Zen, but love what I see so far.

    However, I have a problem I hope someone can help me with.

    I am modifying a template default CSS for my store. Most of it has gone well so far, and about ready to add products and go live. However, I noticed that for some reason the "Specials" sidebox in the right column, the header font color got changed from white to a dark blue, making it impossible to see against the header background color of blue. THe hoover color of red still works fine, and all the other sidebox headers have retained their white font color, only this one has changed. I want to change it back to white, to match the other sideboxes, and to make it readable! But I can not figure out where it needs to be changed or how.

    Can someone please help?

    http://www.baby-bee.biz/Zencart/index.php

  7. #7
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: Sidebox Header - Change Font Style

    ^ Appears that you have it sorted as the "Specials" heading appears white in IE6, IE7, and FF.

  8. #8
    Join Date
    May 2007
    Location
    Northern Michigan
    Posts
    18
    Plugin Contributions
    0

    Default Re: Sidebox Header - Change Font Style

    Thanks,

    Not sure what happened, was "blued" out on my laptop lastnight and this morning, but, you are right, now it is fine on wife's desktop and my laptop.

    Thanks for the quick response! ZenCart is soooooooooo much easier than osC, i spent days on that and never got as far as I have with Zen in just a few hours!

  9. #9
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: Sidebox Header - Change Font Style

    Yeah, computers and browsers can act funny at odd times.

    I'm thinking maybe your occurrence was because of temporary files harvested from the browser while adjusting the colors in the stylesheet. Sometimes, you have to flush the temp files for the browser to react. Especially when overwriting image files, I know Firefox takes a bit to acknowledge the new file.

    Yesterday, my "Enter" key stopped working into the wee hours here in the forum. I had to type out responses on Notepad to obtain paragraph breaks and then copy/paste them into the forum input box. Of course, all is well today.

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

    Default Re: Sidebox Header - Change Font Style

    Hey, Sketchy! Good to see you back! I was thinking just a few days ago that I hadn't seen you posting in a long time.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v151 change font style but font it isn't on pc how to do?
    By giuly in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 2 Mar 2014, 02:58 PM
  2. Change font style
    By Amar619 in forum General Questions
    Replies: 2
    Last Post: 17 May 2013, 07:28 AM
  3. How do I change the font color and font style for the tag line?
    By Beyond Dreams in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 17 Feb 2013, 10:33 PM
  4. sidebox header change font & disable link
    By jharradine in forum Basic Configuration
    Replies: 6
    Last Post: 15 Apr 2010, 05:03 AM
  5. Changing Sidebox Font Style? - Gloss Black
    By kal in forum Addon Templates
    Replies: 0
    Last Post: 10 Dec 2008, 09:07 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