Skip to:
Content
Pages
Categories
Search
Top
Bottom

How To Customize Font of Header in Child Theme

  • @elialombardi

    Member

    Hi everyone!

    I’ve just installed BP and I like it a lot.

    I want to start customize the default theme by changing the font of my website name in the header, but I don’t know how to do it.

    I created the child theme folder and the style.css file as shown in this tutorial:
    http://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/

    but I don’t know how to change the font…

    I am very new to coding and css files, can you kindly help me?

    Many thanks!

Viewing 1 replies (of 1 total)
  • @pcwriter

    Participant

    @elia.lombardi

    To customize the header headline, add the following to your child-theme’s style.css file and adjust to taste:

    `#header h1 a {
    font-family:Arial,Helvetica,sans-serif;
    font-size:48px;
    font-weight:bold;
    font-style:italic;
    color:#555555;
    }`

    For help with css, a good place to start is here:
    http://www.w3schools.com/css/default.asp

    To help identify what you what to customize, install the Firebug addon in Firefox:
    http://getfirebug.com/

    Hope this helps! :-)

Viewing 1 replies (of 1 total)
  • The topic ‘How To Customize Font of Header in Child Theme’ is closed to new replies.
Skip to toolbar