• I am using a customizer theme. Is there a way I can remove all page links and all plug-in’s from one page of my website? I want to put up a blank page with just a video on it?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey there johnheerhold,

    Hope you’re well today!

    You could remove the unwanted elements with some custom CSS. Could you post a page link with the video and let me know which parts you want to remove so I can take a look?

    Best regards,
    Bojan

    Thread Starter johnheerhold

    (@johnheerhold)

    I am great thanks…

    Here is the page https://www.johnheerhold.com/wvfaststart/

    I would like to remove everything from the page except the video.

    Thank you

    John

    Hey again johnheerhold,

    Please add this custom CSS. The easiest way to do that if your theme doesn’t have custom CSS tab would be to add it in your site using the following plugin

    https://www.ads-software.com/plugins/simple-custom-css

    Once the plugin is installed and activated you can add this code to Appearance >> Custom CSS:

    .page-id-512 .tc-sidebar,
    .page-id-512 hr.featurette-divider.__before_content,
    .page-id-512 .shareaholic-share-buttons-container.shareaholic-ui.badge-counter,
    .page-id-512 .shareaholic-recommendations-container.shareaholic-ui.shareaholic-contains-6.shareaholic-divisible-2.shareaholic-divisible-3.shareaholic-divisible-6.large {
    display: none;
    }

    This should remove everything from the content area as well as sidebar from that specific page.

    Let me know if this helps.

    Best regards,
    Bojan

    Thread Starter johnheerhold

    (@johnheerhold)

    Will this make the page resemble this page https://www.getstartedfast.net

    Hey there johnheerhold,

    Actually it will not. The provided CSS will remove all the parts from the content area aside from the video. It will remove sidebar, sharing options below it and as well as recommended posts. If you wish to remove both header and footer from that page or leave some parts of it please let me know and I’ll provide the custom CSS.

    Best regards,
    Bojan

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘removing page links’ is closed to new replies.