• Resolved buzzpringle

    (@buzzpringle)


    Hi there,

    Can anyone tell me how to increase the font size in ‘About Us’.
    I can in inspect element but don’t know how to find it in the Style CSS.

    The same applies to Our Focus.

    Many thanks,

    Buzz.

Viewing 1 replies (of 1 total)
  • Hey, it’ll depend on your theme! Do you have a link to your site?

    Edit: With chrome/firefox you can right click the text and view source. It should say something like:

    <h1 class=”entry-title”>About</h1>

    You’d then use the following css:

    h1.entry-title {

    font-size: 20px

    }

    Be sure there is no spaces with h1.entry-title!

Viewing 1 replies (of 1 total)
  • The topic ‘Make Text larger in 'About Us' section’ is closed to new replies.