• Resolved Mr. Lou

    (@mr-lou)


    This is a beautiful theme and I found it unexpectedly while searching for a replacement for the wpTouch plugin.

    On mobile devices, the font size for the post title and the description is a bit large and I can’t seems to find a way to reduce it, it always revert back to the original size.

    I tried to change the font size for h1.entry-title, h2, h3… & #primary, #secondary (matching both px & rem in value) in the style.css of the child theme but again it’s not working. Any help will be greatly appreciated.

    http://wordpress.org/themes/bold-headline

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Mr. Lou

    (@mr-lou)

    Nevermind I figured it out, I forgot to add “!important” to the end of font-size like this:

    h1.entry-title {
    font-size: 24px !important;
    font-size: 2.4rem;
    }

    Thanks

    Hi, I want to make the header smaller. Can you teach me the tricks? I tried to change the font size for h1,2,3..etc. tried add “!important” but nothing works. You mentioned Child theme in your post here..what is it? Thanks!

    made it work. problem solved!

    Theme Author Christine Rondeau

    (@crondeau)

    Great, glad to see you both found out how to do it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Post title & Description Font Size’ is closed to new replies.