Customizing a Premium Theme

  • Unknown's avatar

    I recently purchased the Connect theme and want to change the page titles on the header pictures. For each page I create the name of the page is centered in the middle of my header image. How can I change that?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, what exactly are you wanting to do with the navigation tabs above your header image? I’ll offer the following two basic alignment options and please let us know if that is not what you are looking for.

    To align the tabs to the left, this CSS would do that.

    #navigation {
        text-align: left;
    }

    To align the tabs to the right, this CSS would do that.

    #navigation {
        text-align: right;
    }
  • Unknown's avatar

    I reviewed the page at http://erinmarieadelman.wordpress.com/about/ and I found that you used the following CSS to move the page title to the bottom right of the header image area:

    .headline.img-headline {
    	color: #FFF;
    	font-size: 3em;
    	position: absolute;
    	top: 87%;
    	text-align: right;
    }

    It looks great!!

  • The topic ‘Customizing a Premium Theme’ is closed to new replies.