Title: Adding text below slider
Last modified: August 22, 2016

---

# Adding text below slider

 *  [ricmcdav](https://wordpress.org/support/users/ricmcdav/)
 * (@ricmcdav)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/adding-text-below-slider/)
 * I’m a beginner. I’ve added this to the custom CSS with my content between the‘‘
   and get nothing showing on my page. Any idea on what I might be doing wrong? 
   Thanks.
 * add_filter(‘tc_slider_display’, ‘content_after_slider’);
    function content_after_slider(
   $html) { $after_slider = ”; //Put your HTML inside this var return $html.$after_slider;}

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

 *  [Kye](https://wordpress.org/support/users/gmax21/)
 * (@gmax21)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/adding-text-below-slider/#post-5252587)
 * Hey there,
 * You’re adding that code to your CSS?
 * If so that won’t work because that’s PHP not CSS. You could add this a child 
   theme in the functions.php file.
 * You can read more about child themes here:
 * [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
   
   [http://premium.wpmudev.org/blog/create-wordpress-child-theme/](http://premium.wpmudev.org/blog/create-wordpress-child-theme/)
 * Take care.
 *  Thread Starter [ricmcdav](https://wordpress.org/support/users/ricmcdav/)
 * (@ricmcdav)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/adding-text-below-slider/#post-5252666)
 * Ok Thanks. I’ll give it a try.
 *  [ElectricFeet](https://wordpress.org/support/users/electricfeet/)
 * (@electricfeet)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/adding-text-below-slider/#post-5252704)
 * Also this article on [How to customize Customizr](http://www.themesandco.com/customizr/how-to-customize-customizr-wordpress-theme/).

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

The topic ‘Adding text below slider’ is closed to new replies.

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

 * 3 replies
 * 3 participants
 * Last reply from: [ElectricFeet](https://wordpress.org/support/users/electricfeet/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/adding-text-below-slider/#post-5252704)
 * Status: not resolved