• Please tell me how to finish the front page after 4 latest post widgets after the slider. I don’t want the list of latest blogs and testimonials to appear on the page.
    Many thanks!.

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you only want the slider and the featured posts to display, Goto
    Appearance -> Theme Options -> Tools -> Custom CSS ->
    To hide blog, testimonial, and about sections, put the below css code;

    section#top-section, section#bottom2-section, section#about-section {
    display: none;
    }

    Hi angela1960,
    Did the solution provided by elegsam worked for you ? Please let us know.
    Thanks,

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

The topic ‘Finish front page after 4 widgets’ is closed to new replies.