Reddle Theme Enlarge Print on Title of Blog

  • Unknown's avatar

    How do I enlarge my Title print? I have the Reddle theme. Here is link for my blog http://onpointcom.wordpress.com/wp-admin/customize.php

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    There’s a couple ways you can change the font size for your title:

    If you want to make all of the headings on your site bigger, you can adjust the Custom Font settings. In the customizer (Appearance > Customize in your dashboard) go to the Fonts section. For the Headings font, you can click the number above the custom font and select a bigger size to make all of the headings bigger.

    If you want to only change the site title at the top of the page, you can change that with Custom CSS. In the customizer, you can add custom CSS in the CSS section. We have some tips for getting started with CSS here:

    For example, you can enter this CSS in the CSS editor to make your site title larger:

    .wf-active #site-title {
    font-size: 26px;
    }

    You can adjust the number of pixels in that CSS code to make the title bigger or smaller. If you have any questions about CSS, most of our CSS support is done in our CSS Customization forum here:
    https://en.forums.wordpress.com/forum/css-customization

    You can post any additional CSS customization questions in that forum and get help from staff and volunteers there. :)

  • The topic ‘Reddle Theme Enlarge Print on Title of Blog’ is closed to new replies.