Home Forums Theme support Burgerhouse Theme

This topic contains 1 reply, has 2 voices, and was last updated by  7Theme Support 8 years, 4 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Hello,
    I was wondering if there is an easy way to get rid of the background completely on this theme. I want to have the slider as a FULL WIDTH slider across the entire page. I would also like to get rid of the border around the slider inmages. How can I do this? I purchased the mega bundle some time ago and wish it had the Cucina theme that might work better, but if I can fix the slider issues I might be ok.

    Jon

    Hi,

    it is not an issue with the theme, it’s how we made the styling for the slider.

    The background you can set in WP admin -> Appearance -> Theme Options -> Slideshow Section -> Background.

    If you want to remove the padding of this section (to make the slider full-width), just add this css code in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:

    #cycle_header, #smoothslider {
    padding:0;
    }

    .slideshow_cycle_container {
    border:0px none;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.