Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #110204
    Shazz
    Participant

    Hello,

    I’m trying to remove the black box on slicer images of this great theme but cannot find the right CSS code to add.
    Can you let me know what it is?

    My site is: http://www.shazzware.net/WP/

    Thanks

    #110228
    Pratik
    Keymaster

    Hi @Shazz,

    Try following CSS code:

    
    #feature-slider .entry-container {
        display: none;
    }
    

    Regards,
    Pratik

    #111398
    Shazz
    Participant

    Hi @Pratik,

    Thank you so much. This is working fine. Is there a way to remove the little dots as well?

    Thanks,
    Shazz

    #111418
    Pratik
    Keymaster

    Hi @shazz,

    Try following code:

    
    #feature-slider .cycle-pager {
        display: none;
    }
    

    Regards,
    Pratik

    #111441
    Shazz
    Participant

    Pratik,

    you are FAN-TAS-TIC !

    Cheers

    #111488
    Pratik
    Keymaster

    Hi @shazz,

    Thank you for the appreciation. If you liked our theme and support, please leave us a review at https://wordpress.org/support/theme/catch-responsive/reviews/?filter=5.

    Regards,
    Pratik

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove black box on slicer images’ is closed to new replies.