Title: Slider Text&amp; Button
Last modified: August 21, 2016

---

# Slider Text& Button

 *  Resolved [ranalk](https://wordpress.org/support/users/ranalk/)
 * (@ranalk)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/slider-text-button/)
 * Hi,
 * Can you please advise how can I change the size of the slider text&button background
   or even remove it leaving only a button?
 * Thanks in advance.

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

 *  [tomaja](https://wordpress.org/support/users/tomaja/)
 * (@tomaja)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/slider-text-button/#post-4350363)
 * Check this slider [snippets](http://www.themesandco.com/snippet-target/slider/),
   you should be able to do what you want. In the [Change the font/size/color of the Slider Titles](http://www.themesandco.com/snippet/change-fontsizecolor-slider-titles/)
   rules you can add `display: none;` if you wish to remove them from display.
 *  Thread Starter [ranalk](https://wordpress.org/support/users/ranalk/)
 * (@ranalk)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/slider-text-button/#post-4350399)
 * Which one shall I use ?
    /* Change Slider Titles (2em) font-size, (Garamond) 
   family, (red) color */ .carousel-caption h1 { font-family: Garamond; font-size:
   2em; color: red; } .carousel-caption p { font-family: Garamond; font-size: 2em;
   color: blue; } .carousel-caption .btn { font-family: Garamond; font-size: 2em;
   color: yellow; }
 *  [tomaja](https://wordpress.org/support/users/tomaja/)
 * (@tomaja)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/slider-text-button/#post-4350404)
 * The one with **h1** is slider title, so if you want to remove him just use e.
   g.
 *     ```
       .carousel-caption h1 {
       display: none;
       }
       ```
   
 * If you want to change its appearance then change _font-size_ and _color_ values
   to fit your needs. Same goes for the rest. The one with the **p** is for slider
   text bellow slider title and last one is for button (the one with **.btn**). 
   If you want to change button link then you should use e.g.
 *     ```
       .carousel-caption a.btn {
       	float: right; /*moves button to the right*/
       	color: red; /*color of the button text*/
       }
       ```
   
 *  Thread Starter [ranalk](https://wordpress.org/support/users/ranalk/)
 * (@ranalk)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/slider-text-button/#post-4350419)
 * thanks [@tomaja](https://wordpress.org/support/users/tomaja/),
    However I was
   refering to the background color/size of the slider text and button. There is
   a black transparent rectangle which I would like to control his attributes.
 * Thanks in advance.
 *  [tomaja](https://wordpress.org/support/users/tomaja/)
 * (@tomaja)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/slider-text-button/#post-4350423)
 * then you can control it with
 *     ```
       .carousel-caption {
       /*your code here*/
       }
       ```
   
 * For example, if you want it totally transparent you can set
 *     ```
       .carousel-caption {
       background:none; /* add color instead none if you want*/
       }
       ```
   
 *  Thread Starter [ranalk](https://wordpress.org/support/users/ranalk/)
 * (@ranalk)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/slider-text-button/#post-4350498)
 * Thanks.
 *  [waypoint](https://wordpress.org/support/users/waypoint/)
 * (@waypoint)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/slider-text-button/#post-4350504)
 * I am unable to get the code to work for my site – the black rectangle is still
   there. My site is waypointonline.org and the button is on the second image in
   the slider. Thanks for your help.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/slider-text-button/#post-4350505)
 * **[@waypoint](https://wordpress.org/support/users/waypoint/)**: If you require
   assistance then, as per the [Forum Welcome](http://codex.wordpress.org/Forum_Welcome#Where_To_Post),
   please post your own topic.

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

The topic ‘Slider Text& Button’ 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/)

 * 8 replies
 * 4 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/slider-text-button/#post-4350505)
 * Status: resolved