• Resolved walkers13

    (@walkers13)


    I like the theme, but I don’t want the home page to contain the blog posts. When I remove the posts, it just leaves a large blank space. I would like to add other text in here if possible. About us … or whatever … Can you help?

    Thanks in advance.

    Steve

Viewing 1 replies (of 1 total)
  • Hi,

    Please go to Admin Dashboard-> Appearance-> Theme Options-> General Settings and find Custom CSS option. Now copy below css in custom css option.

    .feature-arrows {
    display: none !important;
    } .caroufredsel_wrapper {
    display: none !important;
    }
    .section-alter .space-sep60 {
     display: none !important;
    }

    Now Set Blog-Post Title And Blog-Post Text as per your requirement.
    Save the changes.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Home Page Post Area’ is closed to new replies.