Forums

[resolved] How do I bold fonts in my theme? (5 posts)

  1. bittenbyazebra
    Member
    Posted 1 year ago #

    I know it's in the css stylesheet somewhere but I want to be able to bold my fonts on pages.

    For example, on this page, "Spring 2011" and "Wednesdays..." should be in bold but it doesn't appear to be so:

    http://singersforum.net/?page_id=392

    Who do I make the bold bold? Helppppp!!!!

    Many thanks!

    Bob

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    style.css of your theme:

    /* RESET */
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp, strong, li,
    fieldset, form, label, legend,
    caption, tbody, tfoot, thead, dl, dt, dd {
    	margin: 0;
    	padding: 0;
    	border: 0;
    	outline: 0;
    	font-weight: inherit;
    	font-style: inherit;
    	font-size: 100%;
    	font-family: inherit;
    	vertical-align: baseline;
    	}

    remove strong, from the list

  3. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    *sigh* Why do some theme developers use such bad reset CSS?

    Try editing your theme's style.css file and adding:
    strong{font-weight:bold;}
    to the very bottom of the file.

  4. bittenbyazebra
    Member
    Posted 1 year ago #

    Thank you both! I tried esmi's first and it worked great. I bet the alchymyth's would work, too. Thank you, thank you!

  5. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    alchymyth's fix was just as good and perhaps a little cleaner than mine.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags