Project title and Meta Display

Hi, firstly, thanks for such a great theme!!! I’m really liking how my website is starting to look. There’s a few little customisations I’d like to make though and was wondering if anyone would be able to help.

  1. I’d like to remove the author and date posted from the projects but not the blog posts. I found a plugin that removed them from everything which was ok, but it still left the author and date icons underneath the project title.

  2. If at all possible, I’d like the titles on the projects to be centred rather than left justified. It’s only a small thing and I’m nit picking, I know. If it’s not possible, I’ll live.

Thanks again for producing the Shapely theme & any help that anyone can offer would be great.

Mark

Hi Mark,

I hope you are well today and thank you for your questions.

1. I’d like to remove the author and date posted from the projects but not the blog posts. I found a plugin that removed them from everything which was ok, but it still left the author and date icons underneath the project title.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other


body.single-jetpack-portfolio header ul.post-meta {
    display: none;
}
2. If at all possible, I’d like the titles on the projects to be centred rather than left justified. It’s only a small thing and I’m nit picking, I know. If it’s not possible, I’ll live.

To achieve this use the below CSS code as described above.


body.single-jetpack-portfolio header h1.post-title {
    text-align: center;
}

Best Regards,
Movin

Hi Movin - you are an absolute star - thanks for this!! I’ll be recommending this theme! I’ve been using a $150 theme on my main site but over the next couple of months I’ll be changing over to Shapely as it’s far better than the one I’m paying for!

Thanks again

All the best

Mark

Thank you for your kind words :slight_smile:

You are always welcome here :slight_smile: