• I created a custom page template a couple times before for another theme and it was fairly simple.

    I thought I could do one easily here, but it is far more complex than my ability level.

    My basic goal was to remove the entry-title and featurette-divider as it was crowding the top of the page. I handled this by adding the following CSS to my Child Theme

    h1.entry-title, h2.entry-title, h3.entrytitle {
    display: none;
    }

    .featurette-divider
    {
    display: none;
    }

    Works great but I mistakenly thought the blog posts would have their own template, they don’t, and I need the titles on the blogs/posts or they become a real mess.

    Any input on how I would create a custom page template that would incorporate the above CSS? Then I could simply choose that page template for each page where I do not want the title to show up.

    Thanks in advance for any pointers or assistance.

    the site is https://www.greatoralhealth.com

    Tom

Viewing 3 replies - 1 through 3 (of 3 total)
  • Did you ever try my last post on your previous topic?

    Don’t know why you would need a custom template for this…

    Thread Starter MoochCat

    (@moochcat)

    Yes I did and it works except that it strips all the titles and such from the blog posts and this results in the blog page looking a holy mess.

    With a custom page template I could assign those pages to that template and then blog posts and blog pages would then work.

    Tom

    Well…that’s odd…with the .page preceding it, it shouldn’t…and when I tried it, it worked for me…maybe something else is in your css that needs to be removed…

    Edit: just tried it again…it still works for me…maybe a caching issue?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Anyone help to create a custom page template for Customizr?’ is closed to new replies.