• I’d like to delete the homepage slider at the bottom but the js function calls it in even if I have a display:none in CSS
    Does anyone know how to do that or which file to modify to just delete it in the code?
    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • HI,

    It seams that you want to delete the product section of home.

    Try this in custom css box.

    .container-fluid {display: none;}

    Thanks

    Thread Starter paulinelephew

    (@paulinelephew)

    Thanks but it doesn’t work 🙂

    Hi,
    The above trick worked for me..

    Why you want to modify the file if it can be done using the css?

    Thanks

    Hi Paulinelephew,

    The homepage slider section remove from your Home Page without deleting any code.

    But you using custom css code in theme option panel.

    Add given css code in custom css box.

    #slider { display: none;  }

    It will resolved your issue

    Thank’s

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Delete bottom homepage slider’ is closed to new replies.