Changing the home page feature blog slideshow

  • Unknown's avatar

    Hi there,

    I am using the Radiate theme and their is a slide show for the featured blogs. I was wondering whether I can change the this so the slideshow only appears on my home page and not on any other pages ?

    Can I also change the size of it??? I like the width size but would like to reduce the height if possible.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, to hide the featured post slider on all but the home page, add the following to your custom CSS.

    .page:not(.home) .featured-slider-container {
    	display: none;
    }

    I’m not seeing a way to reduce the slider size without either losing the lower part of the image, or making the entire image smaller (width and height.

  • The topic ‘Changing the home page feature blog slideshow’ is closed to new replies.