Title: Text with icon
Last modified: March 1, 2017

---

# Text with icon

 *  Resolved [falconcoin](https://wordpress.org/support/users/falconcoin/)
 * (@falconcoin)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/text-with-icon/)
 * the icon is quite small and i was wondering where we can also add text and/or
   make the icon larger

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

 *  Plugin Author [WEBKINDER](https://wordpress.org/support/users/webkinder/)
 * (@webkinder)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/text-with-icon/#post-8861291)
 * Hi falconcoin
 * At the moment there is no way to add text as because of mobile spacing issues.
   
   You can use the custom css to change the size of the icon. We will take “change
   size of the icon” into our featurelist.
 * Hope that helped you. Let me know if there is something more we can do for you.
 * Regards
    WebKinder
 *  Thread Starter [falconcoin](https://wordpress.org/support/users/falconcoin/)
 * (@falconcoin)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/text-with-icon/#post-8862226)
 * i tried finding it in the CSS, where is that located and in what file? thank 
   you very much!
    -  This reply was modified 9 years, 3 months ago by [falconcoin](https://wordpress.org/support/users/falconcoin/).
 *  Plugin Author [WEBKINDER](https://wordpress.org/support/users/webkinder/)
 * (@webkinder)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/text-with-icon/#post-8862258)
 * Hi falconcoin
 * The custom css box is located in the setting page of slidebars in the end of 
   the page. have a look here: [https://www.screencast.com/t/L996YciH2L](https://www.screencast.com/t/L996YciH2L)
 * Regards
    WebKinder
 *  Thread Starter [falconcoin](https://wordpress.org/support/users/falconcoin/)
 * (@falconcoin)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/text-with-icon/#post-8862580)
 * thank you, sorry but this may help others too. what is the name etc we need to
   add to the css to make it work? the icon and its little circle
 *  Plugin Author [WEBKINDER](https://wordpress.org/support/users/webkinder/)
 * (@webkinder)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/text-with-icon/#post-8862648)
 * Hi falconcoin
 * Have tried something fast on my stage site. Try to play with those values to 
   get it the right size for you:
 *     ```
       .wksl-slidebar .wksl-slidebar-trigger {
           width: 80px;
           height: 80px;
           transform: translateY(-50%) translateX(150%);
           line-height: 75px; (### Maybe you will need to add !important ###)
       }
   
       .fa {
           font-size: 40px;
       }
       ```
   
 * Important: It’s not guaranteed that this “fix” will be supported with the next
   updates of the plugin.
 * Try that and let me know if you have further questions. Take care on the comment###
   in the code.
 * Regards
    WebKinder
    -  This reply was modified 9 years, 3 months ago by [WEBKINDER](https://wordpress.org/support/users/webkinder/).
    -  This reply was modified 9 years, 3 months ago by [WEBKINDER](https://wordpress.org/support/users/webkinder/).
    -  This reply was modified 9 years, 3 months ago by [WEBKINDER](https://wordpress.org/support/users/webkinder/).
    -  This reply was modified 9 years, 3 months ago by [WEBKINDER](https://wordpress.org/support/users/webkinder/).
 *  Thread Starter [falconcoin](https://wordpress.org/support/users/falconcoin/)
 * (@falconcoin)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/text-with-icon/#post-8862858)
 * i came up with something pretty cool
 *     ```
       .wksl-slidebar .wksl-slidebar-trigger {
           width: 75px;
           height: 70px;
           transform: translateY(-50%) translateX(150%);
           line-height: 10%;
           border: 1.25px solid white;
          box-shadow: 5px 5px 5px #888888;
       }
   
       .fa {
           font-size: 60px;
          text-shadow:1px 1px 1px rgba(13,13,13,1);
          padding: 40px 16px 0px 16px;
       }
       ```
   
 *  Plugin Author [WEBKINDER](https://wordpress.org/support/users/webkinder/)
 * (@webkinder)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/text-with-icon/#post-8863290)
 * Perfect. Thank you for sharing!
 * Regards
    WebKinder

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

The topic ‘Text with icon’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/slidebars_7b0228.svg)
 * [Slidebars](https://wordpress.org/plugins/slidebars/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/slidebars/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/slidebars/)
 * [Active Topics](https://wordpress.org/support/plugin/slidebars/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/slidebars/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/slidebars/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [WEBKINDER](https://wordpress.org/support/users/webkinder/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/text-with-icon/#post-8863290)
 * Status: resolved