Title: Theme Drop
Last modified: August 31, 2016

---

# Theme Drop

 *  Resolved [visuals9](https://wordpress.org/support/users/visuals9/)
 * (@visuals9)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/theme-drop/)
 * How can I change the footer width on the Post side?
    Why is the footer on the
   post-sides only 66.66% of the entry div?

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

 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/theme-drop/#post-7193279)
 * Thanks for choosing Drop!
 * You can change the width of the footer to the full screen like this:
 *     ```
       .site-footer {
         width: 100% !important;
       }
       ```
   
 * Please copy & paste the code above into the “Custom CSS” section in the Customizer(
   Appearance > Customize), and it should take affect right away.
 *  [hunt4more](https://wordpress.org/support/users/hunt4more/)
 * (@hunt4more)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/theme-drop/#post-7193488)
 * Thanks for creating Drop!
 * After changing the footer I would now like to change the colour of the upper 
   green bar on all post sites (the ‘Blog’ background, currently #28805d), preferably
   also by using the “Custom CSS” section.
 * Unfortunately I have no idea how to address this. PLease send a code snippet..;
   o)
 * Thank you,
    Mark
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/theme-drop/#post-7193490)
 * Hi Mark,
 * Sure, here’s a snippet you can use to change the color of that section:
 *     ```
       .page-header {
         background: #43b3c4 !important;
       }
       ```
   
 * That will make it blue right away, so you’ll know it’s working. Then you can 
   change the color code to any color you’d like.
 *  [hunt4more](https://wordpress.org/support/users/hunt4more/)
 * (@hunt4more)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/theme-drop/#post-7193491)
 * Great, thank you very much Ben!
 * but…now the shadow of the header font still is green and that doesn’t exactly
   look nice. The main font colour (black?) is fine with me but if I could change
   the shadow colour to my choice it would be perfect!
 * Sorry for being such a pain..
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/theme-drop/#post-7193492)
 * No worries! I should have thought of that.
 * Here’s the CSS you can use to change the shadow on the page title:
 *     ```
       page-header h2 {
         text-shadow: -.063em .063em #43b3c4 !important;
       }
       ```
   
 *  [hunt4more](https://wordpress.org/support/users/hunt4more/)
 * (@hunt4more)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/theme-drop/#post-7193493)
 * And thank you again, now it looks the way I want it to.
    I love this design, 
   great work!
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/theme-drop/#post-7193494)
 * Sure thing, glad you like it 🙂

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

The topic ‘Theme Drop’ is closed to new replies.

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

 * 7 replies
 * 3 participants
 * Last reply from: [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/theme-drop/#post-7193494)
 * Status: resolved