• Hi, I am using the Helios theme. I am trying to figure out how to remove the jQuery slider in the header on my index page. I have looked at the “header” and “index” code in the dashboard editor, but I can’t figure it out.

    Here is my site: https://www.caillouette.com/Kline/wordpress/

    How do I remove the sliding images?

    thanks : )

Viewing 1 replies (of 1 total)
  • If you mean to make the display of the whole image box simply go away, the easiest way is adding a line of CSS

    Go to the very end of the stylesheet style.css and add this line

    #slidearea { display: none !important; }

Viewing 1 replies (of 1 total)
  • The topic ‘removing jquery image scroller from the header’ is closed to new replies.