• Resolved adaubs

    (@adaubs)


    I can not figure out how to change my tagline and my title’s font size. I also need to know how to change my tagline to italics, can anyone help?
    I have the “backmybook” wordpress theme.
    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • You will need to edit your theme’s stylesheet. Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of specific help.

    In the style sheet, you can find and try this if you like for the tag line italics and font size;

    .site-description {
    color: #FAF3CF;
    margin: 10px 0 18px 0;
    font-style:italic;
    font-size: 1.5em;

    }

    And I think this should control the title font size. Change 40px to the size you need;

    .logo a {
    color:#fff;
    font-size:40px;
    clear: right;
    text-decoration: none;
    line-height: 1.1em;
    }

    Thread Starter adaubs

    (@adaubs)

    Thanks very much, that worked! Appreciate the help:)

    You’re welcome!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How do you italicize tagline and change font size’ is closed to new replies.