Thank you for reply.Framework and theme are both versions from Babiato?
Sorry because of my poor English, I didn't understand what you mean correctly.I asked you if both are from Babiato so I can replicate it.
Thank you @slvrsteele for your effort, I was sure you would. Now I want to know where to put this code?
It has been successfulAppearance -> Menu -> <your main menu>
Add custom link -> ... and you figure it out from here![]()
.site-header .title-area {
display: none;
height: 0;
}
.site-header .widget-area {
display: none;
height: 0;
}
You are the best man on this planetAppearance -> Additional css (add following code)
Code:.site-header .title-area { display: none; height: 0; } .site-header .widget-area { display: none; height: 0; }