• Resolved bittenbyazebra

    (@bittenbyazebra)


    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:

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

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

    Many thanks!

    Bob

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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

    *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.

    Thread Starter bittenbyazebra

    (@bittenbyazebra)

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

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How do I bold fonts in my theme?’ is closed to new replies.