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*

More Slider Options

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #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

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.