badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: SLIDER DESCRIPTIVE COPY

#18179

Hi erin,
Ok go to header-extension.php on line no 520 and can you see this code ?

if(strlen($excerpt) >120){
								$excerpt_length = substr($excerpt, 0 , 120);					
								$interface_featured_sliders .= '<div class="featured-content">'.$excerpt_length.'...'.'</div><!-- .featured-content -->';
								}else{
								$interface_featured_sliders .= '<div class="featured-content">'.$excerpt.'</div><!-- .featured-content -->';
									}

Here we only display 120 character. You can change this 120 to 500 to display 500 character. Or if you want more than this then you can change it accordingly you want. Before changing anything change everything in the child theme to be save from our updates. Hope this may help you

Thank you!