Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #7830
    ktglasscock
    Member

    Hi!

    I wanted to increase the size of my header “tagline” font size.

    Could someone please help me do that?

    http://nickthebuilder.com.previewdns.com/

     

    #7863
    Sakin
    Keymaster

    @ktglasscock: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #site-description { font-size: 18px; }

    #7872
    ktglasscock
    Member

    It didn’t work. 🙁

    #7875
    Sakin
    Keymaster

    @ktglasscock: There is so many mistake code in our custom CSS box. Please correct.

    First remove this
    <abbr title=""> <acronym title=""> <b>

    Second missing } in
    .wpcf7-form p {
    font-size : 14px;
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 290px;
    padding: 0 0 10px;
    color: #fff;

    This should be

    .wpcf7-form p {
    font-size : 14px;
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 290px;
    padding: 0 0 10px;
    color: #fff;
    }

    #7878
    ktglasscock
    Member

    YEA! it worked…thank you very much!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Increase Header–Tagline Font Size’ is closed to new replies.