Control font and titles

  • Author
    Posts
  • #37770
    Nadav Cohen

    http://www.lutrail.com

    1. Why all of my text is Bold? how do I change it?
    2. How do I change the size of the titles for all of my website? (h1, h2, h3…)

    #37779
    Zed
    Cryout Creations mastermind

    1. You (or someone else with access to the files) edited the theme’s style and made everything bold:

    /* Reset default browser CSS */
    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, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
         margin: 0;
         padding: 0;
         border: 0;
         font-size: 14px;
         vertical-align: baseline;
     font-weight:bold;   <============
    }
    /* HTML5 display-role reset for older browsers */

    2. Titles throughout the site are controlled by various theme options (under Text Settings).


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Control font and titles’ is closed to new replies.