Footer font on Post different to font on pages

Hi,
The header font that is displayed on my footer on my post page is different to the header font and layout on my home page. Is there any way to make the footer font on the post pages the same as it is on my home page.
thanking you in advance.
Kind Regards,
David

Hi there

Hope you are having a good day and thank you for your question
In order to check your question i need to see your live website, please provide url and i will take a look

Hi, Thanks for your reply, my website is not live, it is being developed on a virtual server in my PC.
Would screen shots help you to understand what I am after?
Regards,
David

I have updated two screenshots so you can see the difference.
I want both to look like the page footer

Hello there,

I hope you are doing well today.

We are not able to see the values being used so this is more a guess but try this CSS code:


#footer-area h3.widgettitle {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}

Best Regards,
Support

Sorry, That didnt work, is there more information I can supply you to help you?

I got it working with this…

#footer-area .widgettitle {
font-size: 16px;
color: #fff;
margin-top: 30px;
}

Thanks for your help

nice :slight_smile:
I will close this case now, Feel free to contact us again if you have other questions Thanks!