The Median UI template version 1.5 which is currently widely used has several shortcomings that make me want to edit or modify this template. One of the drawbacks is in the header. The mobile display header does not display the Logo on the article page, the logo only appears on the homepage.
The logo in the header is very important, many large websites also display the logo in the header. But why does Median Ui 1.5 even hide its header logo . Okay. Maybe it was purposely made that way because of his taste, or maybe the creators deliberately made the template not 100% perfect (a marketing technique). Therefore we need to modify it a little to suit our tastes.
How to get the Logo header to appear on the post or article page? Let's look at the tutorial.
🔰 First, go to Themes > Edit HTML
Search code.onItem #header-widget.
🔰 Change display:noneto display:block
🔰Next, look for the code .onItem .headerIcon a.navMenu
🔰 Then change display:flex;it to display:none;
🔰 Finally, click save .
Well, it's done. Now the header logo, which initially only appeared on the homepage, has now appeared in posts. Not only the logo, the menu icon next to the logo also changes the same as on the home page.