Title: Request help to make few changes
Last modified: August 30, 2016

---

# Request help to make few changes

 *  Resolved [mystoury](https://wordpress.org/support/users/mystoury/)
 * (@mystoury)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/request-help-to-make-few-changes/)
 * Hello Divjot,
 * Thanks for resolving my last query. Having fun customizing your beautiful theme
   🙂
 * I need some more help. Pardon the long list 🙂
    1) How can I add a browser tab
   icon?
 * 2) In the posts/about page, I see the page title is cut-off and not centered 
   in desktop view. In mobile view, the page title and description are not cut off
   but they are not centered. Also, the social icons move over to the next line 
   instead of getting displayed in a single line. How can I correct these?
 * 3) How can I change the color and size of the social icons?
 * 4) How can I change the color of the post link (the one that is displayed when
   mouse is hovered over a post)?
 * 5) Is it possible to have both logo and page title/description?
 * Looking forward for your reply.
 * Many thanks,
    Abhishek

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

 *  Thread Starter [mystoury](https://wordpress.org/support/users/mystoury/)
 * (@mystoury)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/request-help-to-make-few-changes/#post-6311925)
 * Forgot to add the link to the site. It is mystoury.com.
 *  [divjotsingh_440](https://wordpress.org/support/users/divjotsingh_440/)
 * (@divjotsingh_440)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/request-help-to-make-few-changes/#post-6312040)
 * Hello Abhishek,
    1. I think you are referring to the favicon. Well, it is a native
   feature in the Pro version. But for Klean, I would recommend using a plugin such
   as [All In One Favicon](https://wordpress.org/plugins/all-in-one-favicon/).
 * 2. Regarding the title in post/about page, you need to reduce the font size of
   the title.
    Add the following code to custom css-
 *     ```
       @media screen and (min-width: 1000px)
       .site-title {
       font-size: 50px;
       }
       ```
   
 * The title seems to be centered in the mobile version to me.
 * 3. For social icons, add the following code to custom css-
 *     ```
       #social-icons span {
       font-size: 24px;
       }
       ```
   
 * Change the size as per your requirements.
 * 4. Regarding the hover title color, add the following code to custom css-
 *     ```
       .featured-wrapper .entry-header .entry-title a {
       color: black !important;
       }
       ```
   
 * Here also, change the color as per your requirements.
 * 5. Currently, it is not possible to have both logo and title at the same time.
   
   Perhaps, something for the update.
 * Also, If you are liking the theme, kindly take some time to leave a review here.
   
   It would be appreciated 🙂
 * Divjot
 *  Thread Starter [mystoury](https://wordpress.org/support/users/mystoury/)
 * (@mystoury)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/request-help-to-make-few-changes/#post-6312123)
 * Awesome, all fixed.
    Many thanks Divjot. And yes, I have left a review too 🙂
 * Regards,
    Abhishek

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

The topic ‘Request help to make few changes’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/klean/1.26/screenshot.jpg)
 * Klean
 * [Support Threads](https://wordpress.org/support/theme/klean/)
 * [Active Topics](https://wordpress.org/support/theme/klean/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/klean/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/klean/reviews/)

## Tags

 * [link](https://wordpress.org/support/topic-tag/link/)
 * [link color](https://wordpress.org/support/topic-tag/link-color/)
 * [logo](https://wordpress.org/support/topic-tag/logo/)
 * [mobile view](https://wordpress.org/support/topic-tag/mobile-view/)
 * [social icon](https://wordpress.org/support/topic-tag/social-icon/)

 * 3 replies
 * 2 participants
 * Last reply from: [mystoury](https://wordpress.org/support/users/mystoury/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/request-help-to-make-few-changes/#post-6312123)
 * Status: resolved