Title: Header issues
Last modified: January 18, 2017

---

# Header issues

 *  [mikebuckner_2](https://wordpress.org/support/users/mikebuckner_2/)
 * (@mikebuckner_2)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/header-issues-31/)
 * I am having an issue with the header on my website. It’s cutting off the logo,
   social accounts, etc. I have no clue why this is happening. I am using a child
   theme as well. I also want to get rid of the snow flakes. Can you please help?
 * The website url is [http://www.headwindcycling.com](http://www.headwindcycling.com)

Viewing 1 replies (of 1 total)

 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/header-issues-31/#post-8672347)
 * Hello Mikebuckner_2,
 * For your First issue –
 * Please go to Dashboard -> Appearance -> Customize -> Theme Options -> Theme General
   Options -> Custom CSS
 * insert code into Custom CSS box and save –
 *     ```
       .header_section {
           background-color: #31A3DD;
       }
       ```
   
 * for your second issue snow effect removing –
 * Firstly open your enigma main theme folder, copy customizer.php then open enigma
   child theme folder and paste customizer.php here.
    In the enigma child theme 
   folder open customizer.php
 * go to line number 6 see the code
 * `wp_enqueue_style('snow-css', get_template_directory_uri() .'/css/snow.css');?
   >`
 * replace with given code
 * `//wp_enqueue_style('snow-css', get_template_directory_uri() .'/css/snow.css');?
   >`
 * save the changes.
 * Let us know for further query.
    -  This reply was modified 9 years, 2 months ago by [weblizar_support](https://wordpress.org/support/users/weblizar_support/).
    -  This reply was modified 9 years, 2 months ago by [weblizar_support](https://wordpress.org/support/users/weblizar_support/).

Viewing 1 replies (of 1 total)

The topic ‘Header issues’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/header-issues-31/#post-8672347)
 * Status: not resolved