Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • You’re welcome!

    You can read about child themes in the codex – Child Themes.

    It’s always better to make a child-theme to make your changes (because if you ever have to update the theme all your changes will go away) HOWEVER – that being said….

    Look in the css here:

    /* =Header
    ———————————————– */

    #branding {
    border-top: 2px solid #bbb;
    padding-bottom: 10px;
    position: relative;
    z-index: 9999;
    }

    I hope that helps!

    It looks like it’s coming from the default stylesheet for the theme (not your child theme css) in the .info version of your site.

    Starting at line 1117:

    h1 {
    font-size: 2.625em; /* = 42px */
    margin-bottom: .5em;
    margin-top: .5em;
    }

    That isn’t in the default css for the theme (.org version).

    If you’re using Firefox as your browser try downloading Firebug, it’s a great way to see what styles are affecting which bits. It’s easy to use too.

    I hope this helps!

    You won’t need a plugin in to add a contacts page. If you just want to add a static page, go to your dashboard and scroll down the options on the left until you see Pages. Your choices are “All Pages” and “Add New”. Select Add New, fill in all the info you want on that page including a title, and then publish. Don’t forget to uncheck comments if you don’t want people commenting on that page.

    Your new page should automatically be added to the menu bar once you’ve published it. If you don’t see it after refreshing your website then go back to your dashboard, scroll down the left for Appearance > Menus and make sure that the option for automatically adding top level pages is checked. If it’s unchecked, check it and hit save.

    That should be it!

    Forum: Fixing WordPress
    In reply to: Cannot Load Page

    I just tried to get to your site, and it’s not loading for me either.

    Have you checked with your host to see if there’s a server issue on their end that’s causing the problem?

Viewing 5 replies - 1 through 5 (of 5 total)