Title: Constructor Theme &#8211; 3 Questions
Last modified: August 19, 2016

---

# Constructor Theme – 3 Questions

 *  Resolved [eastbayjosh](https://wordpress.org/support/users/eastbayjosh/)
 * (@eastbayjosh)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/constructor-theme-3-questions/)
 * Using the Constructor theme I’m building a site ([http://www.greenmendo.org/](http://www.greenmendo.org/))
   but I have a few questions I could use some help with:
    1. How do I remove the indent before paragraphs like the one on the homepage that
       begins “Visitors may choose…”? I’m not using the <p> tags in the html so I don’t
       understand why I can’t get those to go away.
    2. At the top of each page, in the main content area is a white box that says the
       name of the page. How can that be removed?
    3. The text in the menu buttons are so small. How can I make those bigger?
 * I know these questions are probably novice, but I am a novice. I don’t know PHP.
   I very much appreciate any help with these questions, but if the answer involves
   PHP, would you explain it to me like I’m a 5th grader.
 * Thanks!

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/constructor-theme-3-questions/#post-1425244)
 * 1. Edit style.css and remove `text-indent:12px;` from:
 *     ```
       hentry .entry p {
       margin-bottom:4px;
       text-indent:12px;
       }
       ```
   
 * 2. style.css again. Change:
 *     ```
       .hentry .title, .pagetitle {
       margin-bottom:12px;
       padding:10px 0 14px 12px;
       }
       ```
   
 * to:
 *     ```
       .hentry .title, .pagetitle {
       display:none;
       margin-bottom:12px;
       padding:10px 0 14px 12px;
       }
       ```
   
 * 3. style.css Change:
 *     ```
       #header-links li a, #header-links li span {
       display:block;
       font-weight:700 !important;
       height:40px;
       line-height:40px;
       min-width:104px;
       padding:0 8px;
       text-align:center;
       white-space:nowrap;
       width:auto !important;
       }
       ```
   
 * to:
 *     ```
       #header-links li a, #header-links li span {
       display:block;
       font-size:1.3em;
       font-weight:700 !important;
       height:40px;
       line-height:40px;
       min-width:104px;
       padding:0 8px;
       text-align:center;
       white-space:nowrap;
       width:auto !important;
       }
       ```
   
 *  Thread Starter [eastbayjosh](https://wordpress.org/support/users/eastbayjosh/)
 * (@eastbayjosh)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/constructor-theme-3-questions/#post-1425493)
 * Esmi,
 * You’re beautiful.
 * Thank you.
 *  [kandikills](https://wordpress.org/support/users/kandikills/)
 * (@kandikills)
 * [16 years ago](https://wordpress.org/support/topic/constructor-theme-3-questions/#post-1425572)
 * Hi,
 * I’m trying to remove the page titles as well as the posts information at the 
   bottom… Anyone know how I can do this?
 * I’m using the new Constructor theme 1.0.3.
 * Thanks!

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

The topic ‘Constructor Theme – 3 Questions’ is closed to new replies.

## Tags

 * [menu font size](https://wordpress.org/support/topic-tag/menu-font-size/)

 * 3 replies
 * 3 participants
 * Last reply from: [kandikills](https://wordpress.org/support/users/kandikills/)
 * Last activity: [16 years ago](https://wordpress.org/support/topic/constructor-theme-3-questions/#post-1425572)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
