Reply To: Can't get rid of borders around Revolution Slider

#2372
livemesh
Keymaster

Hi,

I have rectified the issues you were facing. You can see that in “Custom CSS” of the theme options I have included a code to remove some extra padding that was showing up.

#slider-area .widget-wrap { padding: 0; }

Looks like this extra padding issue is only appearing in few installations and I will take care of this in the next update. I have also included the style for the slider captions for you. You can see the styling by clicking on the “Edit CSS” button when you edit any of the slides. Below is the code for your reference:

.tp-caption.extinct_white{
            position: absolute; 
			color: #e5e5e5; 
			text-shadow: none; 
			font-weight: normal; 
			font-size: 36px; 
			line-height: 52px; 
			font-family: "Weston"; 
  			text-align: center;
  			letter-spacing:6px;
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			background-color:transparent;	
								
		}

.button.slider{
      		border-color: #CC8B81 !important;
  D89E95 
    }

.button.slider:hover{
      		border-color: #D89E95 !important;   
    }

Thanks!