• Resolved ricmil65

    (@ricmil65)


    Can I adjust the font choice and colour for the tagline and the biography?
    I wanted to use a dark background, but when I change the background colour it becomes impossible to read the bio info that shows next to the main header image.
    http://www.nitefoto.com
    thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Of course! You’ll want to use a Custom CSS Plugin to make these changes if this is not a custom/child theme.
    For the tag line, you’ll need to change this:

    #site-description {
        color: #FFFFFF;
    }

    For the bio, you’ll need to change this:

    #author-bio {
        color: #FFFFFF
    }

    Add in whatever font-family you want to each and you should be set (as long as it’s a web safe font). If you want to use a custom font, that’s more complicated.

    Hope this helps.

    Thread Starter ricmil65

    (@ricmil65)

    Worked like a charm, I installed Simple Custom CSS to make the change.
    Thanks for the help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Biography font choice and colour?’ is closed to new replies.