• I am completely new to WordPress and I am trying to create my blog. I am a DIY type of person and I’m computer savvy, and I would love to learn code. I am trying to change the position of my site title and the font. I know very little, but I am eager to learn. I am using Twenty-Ten. I know how to navigate to the Editor: I have located Header, will someone please show me where I add/adjust the code for center? Thank you in advance.
    /* =Header
    ————————————————————– */
    #header {
    padding: 30px 0 0 0;
    }
    #header {
    float: left;
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 18px 0;
    width: 700px;
    }
    #site-title a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    }
    #site-description {
    clear: right;
    float: right;
    font-style: italic;
    margin: 15px 0 18px 0;
    width: 220px;
    }

Viewing 6 replies - 16 through 21 (of 21 total)
  • Thread Starter msnew007

    (@msnew007)

    I would like to change the font to Segoe Script, and I would like this done to the Site Title. I would also like to know what how to change the font size.

    Thank you so much Andrew! You are awesome and you rock!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    We could carry-on the font size in this thread, but changing the font to Segoe Script would require a new thread.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Amend the code to this;

    #site-title {
     position: relative;
     top: 15px;
     left: 15px;
     font-size: 3000px;
    }

    Of course, change the font-size value to something more suitable.
    Originally it was at 30px.

    Thread Starter msnew007

    (@msnew007)

    Thank you for your help! It works perfectly. Will the work we just did be all erased when I update WordPress?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    As long as it’s in the Custom CSS plugin, your changes will be safeguarded.

    Thread Starter msnew007

    (@msnew007)

    That is fantastic! Thanks for all of your help! I have learned a lot today.

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘How do I change the position of a page title’ is closed to new replies.