Title: Customization   Subscribe button
Last modified: September 1, 2016

---

# Customization Subscribe button

 *  Resolved [technologyc](https://wordpress.org/support/users/technologyc/)
 * (@technologyc)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/customization-subscribe-button/)
 * Hello,
 * I would like to know how to change the size of font (video titles and video metas)?
   
   Also, I have a subscribe button available but there is actually no link behind..
   How can I put the link to my youtube channel in this button?
 * You can check it here: [http://www.theluxeinsider.com/tv/](http://www.theluxeinsider.com/tv/)
 * Best regards,
    Francois
 * [https://wordpress.org/plugins/yourchannel/](https://wordpress.org/plugins/yourchannel/)

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

 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/customization-subscribe-button/#post-7554920)
 * Hi, paste the following code in **Style > Toggle > Custom CSS** box in the YourChannel
   edit form.
 *     ```
       .yrc-content ul{ margin-left:0px; }
       .yrc-core li{ padding-left:0; }
       .yrc-menu { display:inline-block; }
       .yrc-item-meta{ font-size: 1.25em; }
       ```
   
 * Change the **1.25** in the last line to your liking to change font size. Uncheck**
   Single line** in **Title** field in **Style > Toggle** section of YourChannel
   edit form to make titles not truncate.
 * Save.
 *  Thread Starter [technologyc](https://wordpress.org/support/users/technologyc/)
 * (@technologyc)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/customization-subscribe-button/#post-7554942)
 * works great, thank you!
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/customization-subscribe-button/#post-7554944)
 * If you replace **margin-left** in the first line with **padding-left** , it’ll
   remove the extra space before **Videos** dropdown, it was a mistake while writing
   to you.

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

The topic ‘Customization Subscribe button’ is closed to new replies.

 * ![](https://ps.w.org/yourchannel/assets/icon-256x256.png?rev=1106592)
 * [YourChannel: Everything you want in a YouTube plugin.](https://wordpress.org/plugins/yourchannel/)
 * [Support Threads](https://wordpress.org/support/plugin/yourchannel/)
 * [Active Topics](https://wordpress.org/support/plugin/yourchannel/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yourchannel/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yourchannel/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [Youtube](https://wordpress.org/support/topic-tag/youtube/)

 * 3 replies
 * 2 participants
 * Last reply from: [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/customization-subscribe-button/#post-7554944)
 * Status: resolved