• Hi, I have beening trying to figure it out all day, but I am very new to html, etc.

    Anyway, I have an old blog I set up with wordpress.COM, and now I got a new domain name & hosting, I imported my old blog to wordpress.ORG .

    The thing is, the theme that I use isn’t the same anymore; for example, I don’t have a Custom Menu, and I really need to the order my pages & subpages.

    Take this page for an example,
    http://infinitywela.wordpress.com/2011/11/05/how-to-create-a-getresponse-web-form-and-embed-it-onto-your-website/
    My header 1 has big purple looking text, but my new blog:
    http://infinitywela.com/?p=190
    has black small text. How do I change that?
    Also, in the “Leave a Reply” field. There are some social media buttons shown. How do I add that back?

    My biggest concern is, of course the ability to order pages and subpages with custom menu… but the same theme doesn’t support this in wp.ORG . What can I do?

    Hopefully someone can help me with that.

    Thanks very much.

Viewing 1 replies (of 1 total)
  • You will need to install a plugin for the social media links. For the heading text, try adding:

    .entry h1 {
        font-size: 2em;
    }
    .entry h1, .entry h2, .entry h3, .entry h4, .entry h5 {
        color: #8279AD;
        font-weight: normal;
        text-transform: uppercase;
    }

    to the bottom of your theme’s stylesheet.

Viewing 1 replies (of 1 total)
  • The topic ‘.COM Theme feature isn't support in WordPress.ORG(Custom Menu,Header codes,etc)’ is closed to new replies.