Centering text in Page Label text box

Support Area Forums United Centering text in Page Label text box

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://torahdude5.com/
  • Author
    Posts
  • #19173
    Doug Kaufman
    Participant

    I would like to center the word “Home” and well as the labels for all my pages.

    #19177
    Bill Robbins
    Moderator

    Doug,

    You can center those. Here’s how:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      h1.title {
      	text-align: center;
      }
      
    3. Update your settings.

    If you run into any trouble, let me know.

    Thanks,
    Bill

    #19186
    Doug Kaufman
    Participant

    This worked exactly the way I was hoping.
    Thanks.

    #19187
    Bill Robbins
    Moderator

    Fantastic Doug. Have a great evening and let me know if you need anything else.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Centering text in Page Label text box’ is closed to new replies.