This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

9
  1. Andrew Misplon Staff 10 years, 4 months ago

    Hi Caleb

    Thanks for the wait.

    At Appearance > Custom CSS insert:

    /* Home */
    .home #main {
    padding-top: 0;
    }

    That’s just for the home page, if you want it sitewide then:

    /* Main Container */
    #main {
    padding-top: 0;
    }

    Hope that helps :)

  2. caleb 10 years, 4 months ago

    thanks. that totally works.

    I have a few more questions. should I make a new post for each or can I ask them in this post?

  3. Andrew Misplon Staff 10 years, 4 months ago

    You’re welcome to ask here, I’ll do my best to assist.

  4. caleb 10 years, 4 months ago

    haha. Cool.

    I’d would like to change the side of the header (specifically the part the says “caleb warwick” )

    and then also I’d like to get rid of the search Icon. My site will be pretty simple so it’ll be pretty unnecessary for the home page

  5. Andrew Misplon Staff 10 years, 4 months ago

    No problem. You can turn search off at Appearance > Theme Settings > Navigation > Search in Menu.
    You can change the site title from Settings > General. Whatever you enter as the site title will print where you currently see: caleb warwick. If you wanted to upload a logo you could do that from Appearance > Theme Settings > Logo.

  6. caleb 10 years, 4 months ago

    Oh, ha. I didn’t even see that option for the search bar.
    If I wanted to change the size of the header text, is there a way to do that?
    also for the custom header text on the Right side, is it possible to have two lines instead of the one?

  7. Andrew Misplon Staff 10 years, 4 months ago

    Hi Caleb

    You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    /* Site Title */
    header#masthead .hgroup h1 {
    	font-size: 36px;
    }

    It’s easiest to go to Appearance > Widgets and insert a SiteOrigin Editor widget into the header area. That’ll give you more control over the text on the right of the header.

  8. caleb 10 years, 4 months ago

    thanks for all the answers. I really appreciate it.

    cheers

  9. Andrew Misplon Staff 10 years, 4 months ago

    For sure :) Glad we could help.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread