Custom content css
-
Hi, I’m wondering how to prepare this awesome theme for adding custom content – to have default sidebar on left and blank page on right, with no header title, full height, and fixed footer. Is it OK to put this code?:
.entry-title {
display: none; /* to hide title */
}.content-width {
padding: 0% 2%; /* to remove white gap at top and bottom */
}article, aside, details, figcaption, figure, footer, header, hgroup, input[type=”file”], legend, main, section, summary {
display: unset; /* to set full stretch */
}#footer-wrapper {
display: none; /* to hide footer */
}– the reason to do that, is that I’d like to have custom footer and different image/color backgrounds for each page. (Working vith Visual Composer).
Thank you!
The topic ‘Custom content css’ is closed to new replies.
