• Resolved horcrrux

    (@horcrrux)


    How do I completely remove the slider function from my website home page? Really like the theme but don’t have any use for it/adequate sized images so I just want to completely remove it. I’ve removed the default pictures from the slider configuration but the slider is still on my home page, just blank.
    Do I have to remove the html from the front page file? which text should I remove?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter horcrrux

    (@horcrrux)

    Also whilst on the subject- want to delete the Front page middle Sidebar Text too if possible? ;P

    Thread Starter horcrrux

    (@horcrrux)

    Managed to do it by myself ??

    Hi,

    1) For remove slider Find flexslider.css file in css folder of theme and open this file.
    2) find .flexslider at line no 47 in this file and
    remove this

    .flexslider {
        margin: 0;
        padding: 0;
    }

    add this

    .flexslider {
      display: none;
    }

    You can also remove Front page middle Sidebar Text from front-page.php file.

    Best,
    Gunjan

    Hi,
    First thank you for your nice theme.
    I just tried to do your twice tips but nothing is working.

    I want to remove the slider in the home page + put the home page with side bar and not full-widht..
    impossible!

    How to do that?

    Thank you very much.

    I also want to completely remove the slider but can’t find the flexslider.css file, I can only find the flexslider-slider-config.php file.

    Please help.

    You can also deactivate the flex slider code in the HEADER.php file. It starts around the middle of that file. Use the before code, <!– and the after code –> and it deactivates it.

    I put in a child theme, so when the Theme has updates it won’t affect my styles.

    Thanks for your response but this info comes too late. I’ve already deactivated the theme and chosen a simpler one.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Completely remove slider?’ is closed to new replies.