• 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!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Shaped Pixels

    (@shaped-pixels)

    Hi Mark, sorry for late reply; I’m starting my day late here.

    I’m not quite sure I understand what you want to do, but it’s an interesting way of doing it. However, what is important is that it works for your specific needs. It would be interesting to see your end result.

    The other option is perhaps create a new template file that gives you that kind of concept. Of course, doing that means you should use a child theme for this.

    Thread Starter Mark Aqa

    (@mark-aqa)

    Ok, thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Custom content css’ is closed to new replies.