I want to remove the “HOME” heading (in home page title field above the permalink in the editor area) but keep the instance in the top menu. Tried commenting out or leaving the field blank, but then it disappears from the menu as well so they’re clearly linked in some way. Also tried the Disable Title plugin which showed promising options but hadn’t been updated in 2 years. Turns out it does not work in WP 4.7.2. ??
Any suggestions?
.home #h1{
display: none;
} ????
Hi @cliff3esler,
For some reason, my reply doesn’t appear to be displaying in your thread, so I’m reposting it here. I apologize if this is a duplicate thread.
Currently there is no way of doing this through the customizer, but there should be! Thanks for the question and feedback. I’ll add it as a feature to the next theme update.
In the meantime, you could accomplish this by adding the following lines of code to the bottom of the stylesheet:
.home #secondary{
display: none;
}
.home #primary {
max-width: 100% !important ;
}
Thanks for using my theme!
]]>Client wants full-width content with background image (below title and top menu) on her static front page, with left sidebar displayed on all other pages. Does the Light Roast theme allow this, and if so how can I do it?
]]>hi,
thank you for this free theme.
how can i incresae content width and dicrease sidebar width.
thank you in advance.,
]]>