Title: Add new section/ page
Last modified: August 30, 2016

---

# Add new section/ page

 *  [zedonk](https://wordpress.org/support/users/zedonk/)
 * (@zedonk)
 * [11 years ago](https://wordpress.org/support/topic/add-new-section-page/)
 * Hello,
 * I’m pretty sure I’m missing something obvious but am going round-and-round in
   circles trying to figure it out!
 * I trying to set up a static homepage with about 5 sections, using intergalactic
   theme: [http://test.zedonk.net/](http://test.zedonk.net/)
 * As you can see I’ve added a background image and changed text in header section
   but can’t figure out how to do same for hello world ‘section’ (page? post?) below.
   Or, indeed, how to add 3-4 other ‘sections’ below that.
 * Once I’ve got that licked, all I’ll need for a happy life is to change font, 
   change text to lower case, and upload a image logo in place of header text. But
   one thing at a time!
 * Any pointers very gratefully received.
 * Best wishes,
 * Matt

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

 *  [Tahoerock](https://wordpress.org/support/users/tahoerock/)
 * (@tahoerock)
 * [11 years ago](https://wordpress.org/support/topic/add-new-section-page/#post-6445949)
 * Hi Zedonk
    Try this first
 * Put this code to your child theme style.css file
 * or get free plugin Simple Custome CSS
 * and put this custome css to plugins editing area
 *     ```
       .blog .hentry, .archive .hentry, .search .hentry {
           background-color: #222;
       }
   
       OR
   
       .blog .hentry, .archive .hentry, .search .hentry {
           background-color: #222!important;
       }
       ```
   
 * instead of `background-color` you can use `background-image` element
 * SEE: [background-imag](http://www.w3schools.com/cssref/pr_background-image.asp)
   e
 * OK for now
    Let me know if it is working and request another part to tweak Cheers
   TR
 *  [Tahoerock](https://wordpress.org/support/users/tahoerock/)
 * (@tahoerock)
 * [11 years ago](https://wordpress.org/support/topic/add-new-section-page/#post-6445951)
 * NOTE:
    instead of #222 use any color you want red blue or #456789
 *  [Tahoerock](https://wordpress.org/support/users/tahoerock/)
 * (@tahoerock)
 * [11 years ago](https://wordpress.org/support/topic/add-new-section-page/#post-6445952)
 * ……and here is a discusion about your Theme and [adding sections](https://wordpress.org/support/topic/adding-sections-2?replies=6):
 * >  Where are you wanting to add these sections? The normal main page of Intergalactic
   > is designed to show posts, not page content.
 * Hope this will clear you up.
    Cheers TR
 *  Thread Starter [zedonk](https://wordpress.org/support/users/zedonk/)
 * (@zedonk)
 * [11 years ago](https://wordpress.org/support/topic/add-new-section-page/#post-6445966)
 * Thanks TR! That was quick!
 * To be completely frank: eeeek!!! This is day 1 using WordPress for me and what
   i thought would involve a template and adding content has quite quickly become
   editing CSS code, creating child themes etc. No I dunno if I have the right theme
   for what i’m trying to achieve, or need to up-skill.
 * Thanks again,
 * Matt
 *  [Tahoerock](https://wordpress.org/support/users/tahoerock/)
 * (@tahoerock)
 * [11 years ago](https://wordpress.org/support/topic/add-new-section-page/#post-6445977)
 * …..maybe before you start to put some content to new pages, thing agai what you
   want to achive and compare some themes for couple of days.
 * I personnally use Responsive Theme and with my eperience can achive any layout
   I want.
    It is just engine for me. Rst is tweaking and playing theme shape and
   so on… TR

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

The topic ‘Add new section/ page’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/intergalactic/1.3.2/screenshot.
   png)
 * Intergalactic
 * [Support Threads](https://wordpress.org/support/theme/intergalactic/)
 * [Active Topics](https://wordpress.org/support/theme/intergalactic/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/intergalactic/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/intergalactic/reviews/)

## Tags

 * [intergalactic theme](https://wordpress.org/support/topic-tag/intergalactic-theme/)

 * 5 replies
 * 2 participants
 * Last reply from: [Tahoerock](https://wordpress.org/support/users/tahoerock/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/add-new-section-page/#post-6445977)
 * Status: not resolved