• Resolved johnwilliams2013

    (@johnwilliams2013)


    Hi

    Im trying to increase the font size of the tagline in twenty twelve theme.
    Iv got Jet Packs Edit CSS installed.
    my site is agilemarketing dot me/agile/
    Any help will be appreciated

    John

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi johnwilliams2013,

    Add this css to the Jetpack css editor:

    .site-header h2 {
    font-size: 15px;
    }

    Just change the font-size by the size you want.

    Thread Starter johnwilliams2013

    (@johnwilliams2013)

    Hey dbeja,
    thank you so much 🙂 I had gone round in circles for four hours trying to work it out!

    If its not too much trouble, are you able to tell me what the line is for increasing font size of the Title for my posts?

    thanks again!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Use a browser developer tool like Firebug for these exploratory CSS queries.

    Thread Starter johnwilliams2013

    (@johnwilliams2013)

    Hi Andrew Nevins

    I posted on this forum looking for help on a couple of small tweaks I want to make on a wordpress theme. You tell me to go to another site and use a developers tool. I had a look at Firebug and it seems like “overkill’ to me! Am I missing something or are you?

    Thread Starter johnwilliams2013

    (@johnwilliams2013)

    I searched through the Stylesheet (style.css) and and after a couple of attempts manged to find the line I needed to tweak to change the size of the title in a post:

    }
    
    .entry-header .entry-title {
    	font-size: 2.5em;
    }

    thanks again dbeja for pointing me in the right direction.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You’re making a mistake by editing the theme’s files.
    Take Dbeja’s advice and use Jetpack’s Custom CSS section.

    In future, if you have queries specifically regarding CSS, please post in CSS-specific forums. Although you have a WordPress website, your issue is specifically concerning CSS and is not relevant to these WordPress forums.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to change tagline font size in twenty twelve theme?’ is closed to new replies.