Fonts

Hi!

Thanks for letting us use this great theme! It’s so much fun to work with!

In the past I used another Wordpress theme. I’m not sure if this is the reason that my font looks different than the one of the demo of Shapely. I prefer the font of the demo, so can you please help me to solve this issue? I started with the other theme about 6 years ago and I do not always remember what I did.

Website: www.terrasmus.nl

I also want to remove the titles on each page. I already tried some solutions, however it didn’t work. For some reason the title on the page ‘Openingstijden & Contact’ did disappear.

TIA!

Hi @terrasmus,

The fonts that you have on your page are identical to shapely demo:

font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;

If you want to remove the titles use this css code:

.post-content .entry-content .post-title {
display:none;
}

The above code needs to be copy and pasted into Appearance > Customize > Additional CSS or in a custom CSS plugin.

thanks,

Cristian