• Resolved lovefamilyholidays

    (@lovefamilyholidays)


    Hi

    Is there a way to remove certain features from one blog post page which is intended to become a ppc landing page? I want to avoid people clicking away from the page, so I don’t want the menu, social icons, related posts or anything else with links other than my affiliate links to show on this one page only. Is that possible please?

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello @lovefamilyholidays

    Does that mean you want to remove the header and footer from the website? for the specific page or for the whole website? Can you please explain more with a screenshot so that it will be clear and helpful to provide you feedback on it?

    Thanks ??

    Thread Starter lovefamilyholidays

    (@lovefamilyholidays)

    Thanks for getting back to me so quickly ??

    Yes, if I could completely remove the header and footer just for that one blog post, I think that would be perfect! Is that possible? I’m not sure how to add a screenshot, sorry :/

    Theme Author Mystery Themes

    (@mysterythemes)

    Hello @lovefamilyholidays

    You can use the following code in additional CSS box in customizer:

    .postid-70 #masthead, 
    .postid-70 #colophon, 
    .postid-70 .custom-header, 
    .postid-70 #top-header {
    	display: none;
    }

    Thanks ??

    Thread Starter lovefamilyholidays

    (@lovefamilyholidays)

    Thank you, this is amazing ??

    One last thing, do you have a code for me to remove the ‘bodybuilding products’ category link at the top of that page, and also the related posts link at the bottom of it?

    Thanks so much for your help!

    Theme Author Mystery Themes

    (@mysterythemes)

    Hello @lovefamilyholidays

    You can use the following code in additional CSS box in customizer:

    .postid-70 .post-cat {
    	display: none;
    }

    Thanks ??

    Thread Starter lovefamilyholidays

    (@lovefamilyholidays)

    Thank you!

    Just the related post links at the bottom remain… is there also a code for that?

    And is there a way to add a slight empty space above that main title at the top?

    Thank you again! ??

    Theme Author Mystery Themes

    (@mysterythemes)

    Hello @lovefamilyholidays

    You can use the following code:

    .postid-70 .navigation.post-navigation {
    	display: none;
    }
    .postid-70 .post-thumbnail {
    	margin-top: 30px;
    }

    Thanks ??

    Thread Starter lovefamilyholidays

    (@lovefamilyholidays)

    Thank you, you’ve been brillant! ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Remove features which take visitor away from the page (landing page)’ is closed to new replies.