Blog Posts to Match

Hi there. I am using a mixture of ‘Crafty’ and ‘Studio Gold’ elements across my website at www.martinrayvaughan.com.
On my blog posts, I am wanting to have the same design feel. First, how do I get rid of the default title that occurs at the top of my blog posts? So that I can keep my fonts consistent throughout the site?
You’ll see an example below of a recent post:
https://www.martinrayvaughan.com/change-up-breakfast-simple-but-elegant/

Thank you!

Hi @MartinRayVaughan,

Thanks for reaching out.
It seems that you are trying to remove the Post Title from the Single Post page. As you are using Pro, I would suggest you create a Single Post Layout with the same design and don’t add the Title section into it and assign the Layout to all Single Posts.
Please go through the following article and video on how you can create the Layout and assign it.


If do not use the Layout Builder for this case, I would suggest you add the custom CSS code into the Theme Options > CSS to remove the Title.

.single-post .entry-header
{
    display:none;
}

Please remember that the above code will work if copied as it is and doesn’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We really do not provide support for custom codes that means we can’t fix it in case it conflicts with something on your site nor will we enhance it.

Thanks

OK Layouts is exactly what I need here. There are only two templates in Design Cloud, right?

The issue I’m having is…when I load the ‘Post Modern Pixels’ template, it is loading ‘The Content’ section with my home page material. Why?

Hi @MartinRayVaughan,

Great and have fun with the Layout Builder. On the other hand, the reason why when you load the post modern pixels template, it will get your homepage content because you didn’t set the preview to your single pages. To do that, please follow the screenshot below.

image

Hope that helps.

Thank you.

since I am creating this layout for Blog Posts can I set it to that?

Hi @MartinRayVaughan,

Yes, just set the layout to one of your blog posts to see the output then it will automatically apply to all your blog posts single pages.

Hope that helps.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.