• Resolved kingjonni

    (@kingjonni)


    Hi,

    I have just installed your theme and have a query.

    For the home page I only want to show the three front page features, nothing else.

    I can’t seem to find a way for it not to show the static home page underneath the three front page features.

    Please advise if it is possible.

    Thanks,

Viewing 5 replies - 1 through 5 (of 5 total)
  • annapseudo

    (@annapseudo)

    I’m looking for the same thing !

    Thread Starter kingjonni

    (@kingjonni)

    Any luck? I think the only way will be to edit code….

    Theme Author ThemeGrill

    (@themegrill)

    Hi,
    You could use the custom css to hide the content section for the home page. In the dashboard, go to Appearance->Customize->Custom CSs section and add the following css.

    .home #content #primary,
    .home #content #secondary {
        display: none;
    }

    Hope this helps.

    Thread Starter kingjonni

    (@kingjonni)

    Worked perfectly, thanks

    Theme Author ThemeGrill

    (@themegrill)

    Okay. Great! We would really appreciate if you could rate our theme.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Static Home Page and Front Page Featured Sections’ is closed to new replies.