• Resolved evertj

    (@evertj)


    Hello,

    I’m very enthusiastic about your theme. I’m working on a website for a nutrition specialist and i have created a ordinary page template as the ‘home page’ and a different blog page.

    In this homepage i’ve put the ‘Featured Area’ and the ‘About section’ with the customizer options. When i go to my blog page i see those areas come up also (and that’s just what i don’t want).

    Is there a way to remove those areas from my blog page (and let them stay at the homepage)?

    I wondered an option would be maybe by replacing the blog page by an archive template?? How can i add the archive.php-file as a page template?

Viewing 1 replies (of 1 total)
  • blossomthemessupport

    (@blossomthemessupport)

    Hi @evertj,

    It looks like a bug and we have informed the developer to fix this in the next update. The update will release in the first week of November.

    For an immediate fix, you can add the below code in Additional CSS via Appearance > Customize to hide those sections.

    .blog #banner_section, 
    .blog #feature_section,
    .blog #about_section{
        display: none;
    }

    We hope this helps. If you face any issues or have questions, kindly let us know.

Viewing 1 replies (of 1 total)
  • The topic ‘Archive page’ is closed to new replies.