Title: Help Needed
Last modified: January 17, 2017

---

# Help Needed

 *  [whitneykays](https://wordpress.org/support/users/whitneykays/)
 * (@whitneykays)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/help-needed-44/)
 * 1. Change the color of the social media icons on the side bar
 * 2. Change the color of the title’s on the side bar
 * 3. Remove the footer bar, completely
 * 4. Change the color of the post reply button and subscribe button
 * 5. Center the social media icons on side bar

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

 *  [Fotis](https://wordpress.org/support/users/markwaregr/)
 * (@markwaregr)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/help-needed-44/#post-8667743)
 * You will need to add some custom CSS to achieve this.
    Install and activate [this plugin](https://wordpress.org/plugins/wp-add-custom-css/)
   then go to “Add Custom CSS” on your dashboard and paste this
 *     ```
       /* For the social icons in widget */
       .widget .socials li a {
           color: red;
       }
       /*center them*/
       .widget .socials {
           float: none;
           text-align: center;
       }
       /* Widget title */
       .widget-title {
           color: red;
           background: #fff;
       }
       /*remove footer*/
   
       footer{
         display:none;
       }
       ```
   
 *  in the box.
 * Finally have a look here [https://wordpress.org/support/topic/change-color-of-subscribe-buttons/](https://wordpress.org/support/topic/change-color-of-subscribe-buttons/)
   to change the color on reply and subscribe buttons.
 * Let me know if you get stuck somewhere
    -  This reply was modified 9 years, 3 months ago by [Fotis](https://wordpress.org/support/users/markwaregr/).
 *  Thread Starter [whitneykays](https://wordpress.org/support/users/whitneykays/)
 * (@whitneykays)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/help-needed-44/#post-8668572)
 * Thank You, for replying. I got the footer to work but nothing to work with the
   widgets. I refreshed and cleared my cookies and history.
 *  [Fotis](https://wordpress.org/support/users/markwaregr/)
 * (@markwaregr)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/help-needed-44/#post-8670049)
 * Hi there,
    can you provide a URL so I can have a closer look?
 *  Thread Starter [whitneykays](https://wordpress.org/support/users/whitneykays/)
 * (@whitneykays)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/help-needed-44/#post-8683244)
 * [http://www.mamapreneurblogger.com](http://www.mamapreneurblogger.com)
 *  [Fotis](https://wordpress.org/support/users/markwaregr/)
 * (@markwaregr)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/help-needed-44/#post-8683917)
 * Hi there,
    can you try this for your social plugin?
 *     ```
       .wpcw-widgets li a{
        color:red;   
           float:none;
       }
       .wpcw-widgets{
        text-align:center; 
       }
       ```
   
 * and this
 *     ```
       .sidebar .widget-title{
       color:red;
       }
       ```
   
 * for your widget titles
 *  Thread Starter [whitneykays](https://wordpress.org/support/users/whitneykays/)
 * (@whitneykays)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/help-needed-44/#post-8685796)
 * Thank You, I got the social widgets to be centered. Also, is there a code to 
   center the bottom footer?
    -  This reply was modified 9 years, 3 months ago by [whitneykays](https://wordpress.org/support/users/whitneykays/).
 *  [Fotis](https://wordpress.org/support/users/markwaregr/)
 * (@markwaregr)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/help-needed-44/#post-8686848)
 * Hi there,
    in the way you currently have it rendered I am afraid it cannot be
   centered. But you can replace the copyright string with `<div class="footer-text"
   >WHITNEY KAY-MAMAPRENEUR + BLOGGER 2016</div>`
 * and then paste this
 *     ```
       .footer-text{
         display:block;
         text-align:center;
       }
       ```
   
 * in your custom CSS box

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

The topic ‘Help Needed’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/olsen-light/1.7.1/screenshot.png)
 * Olsen Light
 * [Support Threads](https://wordpress.org/support/theme/olsen-light/)
 * [Active Topics](https://wordpress.org/support/theme/olsen-light/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/olsen-light/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/olsen-light/reviews/)

## Tags

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

 * 7 replies
 * 2 participants
 * Last reply from: [Fotis](https://wordpress.org/support/users/markwaregr/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/help-needed-44/#post-8686848)
 * Status: not resolved