- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Changing blog title
SOLVEMar 13, 2017 9:21 AM - edited Mar 13, 2017 9:46 AM
Hello!
I'm very new to all this so please be patient!
Our goal is to change the header of our blogs so that it is editable (and not just the same 'Innerdrive Blog' every time) or so it reflects the name of the blog.
Here is a link to the current blog:
http://blog.innerdrive.co.uk/sport-psychology-parents
We want the black writing to not be set as Innerdrive Blog.
I phone Hubspot who suggested that changing the huble code in Banner Wrapper>Blog Title would change the title so it reflects the name of the blog.
So we changed
group.public_title
to
content.name
This worked but we encountered the roadblock of the style sheet not applying to the new title as it only applied to the old huble code and thus the header was incredibly small.
Takeaki from Hubspot couldn't work out how to change it and was reluctant to mess about with it so advised that I ask the lovely people on here about it. He advised that I also send this code:
.custom-section-header h1 { }
as this is the code relating to the style sheet.
So to sum up our target is to get the blog header text to change but for it to be the same size and colour as it currently is.
This is the link to our style sheet
https://app.hubspot.com/design-manager/2330409/code/4272606628
or
custom/page/InnerDriveJuly2016-theme/InnerDriveJuly2016-style.css
As I say I'm very new to all this and we're quite a small company, any help you could give me would be greatly appreciated.
Cheers,
George
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Accepted Solutions
Mar 13, 2017 10:42 AM
Hi George,
It looks like the issue is that content.name is output with a wrapper element around it, which causes it to display incorrectly.
By changing group.public_title to page_meta.name, the post title should display correctly.
I hope that helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content