Blog Header

Hi,

The blog post page is showing the site name not the name of the page as the header. How do I change this?
To be clear I want this page (http://gallantlearningcom.netfirms.com/resources/) to say Resources

http://gallantlearningcom.netfirms.com/
Also how do I add space to move the copyright section to the right (centered under logo)

Hello,

Use this CSS to handle the copyright spacing:

#footer .copyright {
    line-height: 1.5;
    padding-left: 30%;
}

As for the blog page name, it is quite strange at it should be working alright, fetching the page name from the blog template page: https://colorlib.com/illdy/blog/

Maybe you are using ID permalinks and you might want to change them in Dashboard > Settings > Permalinks > Post Name and give it another try?

Regards

Use this CSS to handle the copyright spacing:
Worked.
Maybe you are using ID permalinks and you might want to change them in Dashboard > Settings > Permalinks > Post Name and give it another try?
Did not work.

I tried work around:
Created new page (Resources2)-> view page (header title reads Resources2)
Delete old page
Rename Resources2->Rescources
Reassign all links
Set as post page

Header now reads “%site name%” again.

I only have CSS in child folder.
I have also tried over writing all Illdy files with originals.

Here is login if needed:
http://gallantlearningcom.netfirms.com/wp-login.php

* Jonathan
* 1PsyyAr66(ZMcbX)x3KAGfpA

Hello,

Thank you for the access!

I have fixed this issue by removing the blog page from Front page display and just select the page template to be blog, so now you get the page name, as expected, while still functioning like a blog page.

Best regards