Constructor Theme – 3 Questions
-
Using the Constructor theme I’m building a site (http://www.greenmendo.org/) but I have a few questions I could use some help with:
- 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.
- 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?
- 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)
-
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; }Esmi,
You’re beautiful.
Thank you.
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.