Home › Forums › Support › HTML tags do not appear after saving a header post(content). This topic has 6 replies, 2 voices, and was last updated 6 years ago by Leo. Viewing 7 posts - 1 through 7 (of 7 total) Author Posts November 20, 2017 at 4:00 am #428768 Omri Hi Tom, I’ve created a page header on this page: https://cybrain.co.il/%D7%9E%D7%A2%D7%91%D7%93%D7%95%D7%AA/ current content looks like this: <html> <h1>Hack Your Career Now</span></strong></h1> <style> .button { background-color: #4CAF50; /* Green */ border: none; color: white; padding: 15px 80px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 4px 2px; -webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s; cursor: pointer; } .button1 { background-color: #181818; color: #5cd59e; border: 2px solid #283833; padding: 15px 88px; border-radius: 4px; } .button1:hover { background-color: #2aa9d7; color: white; } .button2 { background-color: #283833; color: #5cd59e; border: 2px solid #283833; padding: 15px 80px; border-radius: 4px; } .button2:hover { background-color: #2aa9d7; color: white; } </style> <body> <button class="button button1">details</button > <button class="button button2">whay us </button> </body> </html> The problem is that after I save the header post – the html tags inside the content disappear. That’s why I see a garbled display in the header. November 21, 2017 at 1:33 am #429605 Omri ? November 21, 2017 at 6:45 am #429793 LeoStaff Customer Support Hi there, I don’t see a page header on that page? All the content are from Elementor currently. November 21, 2017 at 9:49 am #430023 Omri Sorry. please try now: https://cybrain.co.il/%D7%9E%D7%A2%D7%91%D7%93%D7%95%D7%AA/ November 21, 2017 at 11:29 am #430101 LeoStaff Customer Support Page header only accepts HTML, not CSS. You don’t need to add <HTML> tag to start with either. For adding CSS: https://docs.generatepress.com/article/adding-css/ November 22, 2017 at 1:32 am #430450 Omri OK. I working with “Simple CSS”. Let’s say the name of the post header is “header1” and the wordpress page name is “Labs” – How do I associate the CSS (found above) with my specific page? ? November 22, 2017 at 7:44 am #430699 LeoStaff Customer Support If you are using Simple CSS, it gives you a CSS meta box for each page so the CSS in there are on page specific. Author Posts Viewing 7 posts - 1 through 7 (of 7 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In