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: More Slider Options

#3352
Rabin Shrestha
Participant

Hi Clesmalo,

We have documentations but it is more specific on how to use features available in our theme. Yes, you can remove the link via child theme. You have to edit this function cleanretina_featured_post_slider in Clean Retina->Library->structure->header-extensions.php for removing the link.

You can turn off the slider title using this Custom CSS

.featured-text span{
    display:none;
}

for turning off both title and content

.featured-text{
    display:none;
}

but currently you cannot turn off only content using custom css

Rabin