Remove Text From Sliders

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by vibrandsee, May 29, 2019.

  1. vibrandsee

    vibrandsee Member

    Joined:
    Apr 13, 2013
    Messages:
    102
    Likes Received:
    1
    How do I remove all text and/or buttons from the sliders? i.e. I only want sliding images (possibly want to keep the buttons if I can reposition them).
    Thx.
     
  2. vibrandsee

    vibrandsee Member

    Joined:
    Apr 13, 2013
    Messages:
    102
    Likes Received:
    1
    My apologies. I see that this has been asked and answered. Here was the custom CSS code required:

    #myCarousel h1,
    #myCarousel li{
    display:none!important;
    }
    .button_wrapper {
    position: absolute;
    bottom: 0;
    left: 38%;
    }
     
  3. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Greeting from InkThemes,

    That's great that you have found the CSS code for removing the cation and the button from the slider.

    Let us know if you need further help, we will be happy to help you.

    And always feel free to ask your queries at our support forum: http://inkthemes.com/community/ and at our email [email protected]

    Regards,
    Shemaela
    InkThemes.com
     

Share This Page