Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #424568

    Hello,

    How do I remove completely the header on archive page? (where posts are shown in categories)

    1. I want to remove the header area which is showing my logo and a menu link, since I publish the archive post only in iframe window.

    What modification is need, perhaps in archive.php file?

    2. ** Also another issue is if there is a possibility or option to remove /get out of an iframe window when someone clicks a link. Instead of being continuously in an iframe window.

    Thank you beforehand for your prompt advice!

    #424633

    Hi asteratos!

    1- Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .archive #main {
      padding-top: 0!important;
    }
    .archive #header {
      display: none!important;
    }

    2- Such customization is unfortunately not easily possible. You can contact Codeable team and request a quote using the form here – http://kriesi.at/contact/customization

    Regards,
    Yigit

    #424656

    Thanks Yigit for the quick response! It worked :)

    #424661

    Hey!

    You are welcome, we are always happy to help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove Header On Archive (posts)’ is closed to new replies.