Home › Forums › Support › fade-in-block This topic has 5 replies, 2 voices, and was last updated 7 months ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts August 26, 2022 at 6:02 am #2324547 Heinrich here we go August 26, 2022 at 6:16 am #2324551 DavidStaff Customer Support Hi there, for subject reference: https://generatepress.com/forums/topic/show-button-in-generator-blocks-time-controlled/#post-2324489 I can see the ID attached to a Container Block that has no content inside it ? And so you can’t see any change. Can you make sure you added the HTML Anchor to the correct block ? Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ August 26, 2022 at 6:33 am #2324565 Heinrich hi david, check again please August 26, 2022 at 6:49 am #2324585 DavidStaff Customer Support Change this CSS: #fade-in-block { opacity: 0; transition: opacity 0.2s ease-in; transition-delay: opacity 5s; } #fade-in-block.active { opacity: 1; } to: #fade-in-block { opacity: 0; transition: opacity 0.2s ease-in; transition-delay: 5s; } #fade-in-block.active { opacity: 1; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ August 26, 2022 at 7:23 am #2324603 Heinrich hi perfect working, tks for help August 26, 2022 at 7:34 am #2324617 DavidStaff Customer Support Glad to hear that Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In