Title: Theme: Incredilbe Help
Last modified: August 30, 2016

---

# Theme: Incredilbe Help

 *  [TimothyPaul](https://wordpress.org/support/users/timothypaul/)
 * (@timothypaul)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/theme-incredilbe-help/)
 * [http://plusaquickprints.com](http://plusaquickprints.com)
 * Hello – I am trying to remove the date and author from the left side of the screen,
   as well as the menu bar in the footer.
 * Also, my phone number is cutting off in the header.
 * Thanks….TIm

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

 *  [Menaka S.](https://wordpress.org/support/users/menakas/)
 * (@menakas)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/theme-incredilbe-help/#post-6575240)
 * Hi,
 * For the date and author, try adding the following to your child theme CSS file.
 *     ```
       .entry-meta {
       display:    none;
       }
       ```
   
 *  [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * (@denzel_chia)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/theme-incredilbe-help/#post-6575279)
 * Hi TimothyPaul,
 * Hope everything’s working well for you.
 * Thought of providing a solution to your “phone number cutting off issue”, but
   when I visit your site, it’s showing an error in database connection.
    screenshot
   [http://prntscr.com/8jgts3](http://prntscr.com/8jgts3)
 * Looking forward to your reply.
 * Thanks!
    Denzel
 *  Thread Starter [TimothyPaul](https://wordpress.org/support/users/timothypaul/)
 * (@timothypaul)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/theme-incredilbe-help/#post-6575451)
 * Hi Menaka – Where would I fin the “child theme” CSS – I see lots of CSS files,
   but none labeled child theme.
 * Hi Denzel – yes – this is on a developer server that can be flaky, sorry. Every
   two hours or so, I need to go in and restart the apache service.
 * Thanks….TP
 *  Thread Starter [TimothyPaul](https://wordpress.org/support/users/timothypaul/)
 * (@timothypaul)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/theme-incredilbe-help/#post-6575452)
 * Hmmm – so I found – [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
 * and followed the directions but my child theme is showing up empty
 * here is my PHP code in functions.php
 * ———————————–
    <?php // Opening PHP tag – nothing should be before this, not even
   whitespace add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ ); function
   theme_enqueue_styles() { wp_enqueue_style( ‘parent-style’, get_template_directory_uri().‘/
   style.css’ );
 * }
    function theme_enqueue_styles() {
 *  $parent_style = ‘parent-style’;
 *  wp_enqueue_style( $parent_style, get_template_directory_uri() . ‘/style.css’);
   
   wp_enqueue_style( ‘child-style’, get_stylesheet_directory_uri() . ‘/style.css’,
   array( $parent_style ) ); } add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’);

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

The topic ‘Theme: Incredilbe Help’ is closed to new replies.

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

 * 4 replies
 * 3 participants
 * Last reply from: [TimothyPaul](https://wordpress.org/support/users/timothypaul/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/theme-incredilbe-help/#post-6575452)
 * Status: not resolved