Remove box and text on sliders and move down buttons?

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by fxphil, Apr 11, 2017.

  1. fxphil

    fxphil New Member

    Joined:
    Nov 5, 2016
    Messages:
    16
    Likes Received:
    3
    I want to remove the slider text and then move the buttons down a little. How can I do this
     

    Attached Files:

  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello,

    Yes, that's possible, you can share your site URL here, we will check and share the appropriate custom CSS code with you.

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. fxphil

    fxphil New Member

    Joined:
    Nov 5, 2016
    Messages:
    16
    Likes Received:
    3
  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Thanks for sharing the URL:

    you need to paste the below custom CSS code in Dahshboard->InkThemes->Theme Options->Styling settings->Custom CSS field.
    Code:
    #myCarousel h1,
    #myCarousel li{
    display:none!important;
    }
    .button_wrapper {
        position: absolute;
        bottom: 0;
        left: 38%;
    }
    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page