• Resolved JohnWorthy

    (@johnworthy)


    I installed the free Virtue theme just recently. Is there a full width page template available that does NOT display site header (including menu)and page title?

    If not, is there an easy way to achieve this with code changes to whatever file?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey,
    You can do this with css in the free theme and just hide the header field. In the premium theme there is a template for this. But with free you would either have to use css like in the example below or create a custom template and custom base.php file.

    So for the css say your page id number is 15 then the css would be:

    .page-id-15 .headerclass, .page-id-15 .titleclass {
    display:none;
    }

    Kadence Themes

    Thread Starter JohnWorthy

    (@johnworthy)

    Thank you very much. It worked like a peach ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Full Width Page without Header & Title showing’ is closed to new replies.