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 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3317
    clesmalo
    Participant

    Hello, first of all, thanks for creating such an awesome theme.
    I’d like to know if you have any documentation available on how to remove the links from the slider. I’m willing to do this via a child theme, if need be, I just need a few pointers on what to change to achieve link removal.
    Also, I’d like to be able to display either just the title or just the content of the post below each slide (I’ve read in another topic there’s a way to remove both via custom css, but I need to keep one).
    Thanks in advance!

    #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 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.