Site logo

Archived topic

"Blog" Page Title Missing + Remove page numbers at the bottom

11 replies · Started by Jenne on February 7, 2017

Viewing posts 1–12 of 12

Hey GeneratePress team! I need some help again :(
Page: http://undermywhitecoat.com/blog/
I'm very, very new in WordPress.

1. Can you teach me how to make the word "Blog" appear as the title of the page, rather than displaying the post straight away?

2. Any method to remove the page numbers at the bottom? (The 1 2 Next →) CSS or anything?

Thanks a bunch!

Thanks Leo! You're a real saver! :)
Have a good day!

You're very welcome :)

Hey Leo, I'll need your help on another matter :(
Website: undermywhitecoat.com/blog

I'm trying to make my header image full width (image width is 1600px), but maintain my blog content at 1200px.

Here's what I did after looking at the questions asked in other threads:
1. Use GP Hooks to add in <div class="custom-fixed-header"> in 'Before Header', <img src="picture URL"> at 'Before Header Content', and </div> at 'After Header Content'
2. Added `.custom-fixed-header img{
top: 0;
max-width: 100%;
}`
in CSS using Simple CSS

Am I missing something? It's not working :( Image width is still 1200px for now. I tried adjusting the container width at Customize > Layout > Container > Container width, but it increases the blog content width as well :/ Thanks a bunch!

Do you want that header on every page or just the blog page? Currently every page has that header.

Let me know and I will figure something out :)

Hey Leo,

I want that header on all pages. It's the width of the image that's troubling me :(

Try this:

.inside-header.grid-container,
.blog .inside-header.grid-container, 
.archive .inside-header.grid-container {
    max-width: 1600px;
}

Let me know.

Can't thank you enough Leo! It worked! Yeayyyy

I was celebrating while checking my site using the tablet view and mobile view - the page header is not showing up. Is GP Hook not supported in mobile devices, or is there any settings that I've missed?

Hey Leo, it's okay now! I've found the way to adjust it in Customize > Layout > Header > Mobile Header :)
Sorry for the trouble! Have a good day!

Glad you were able to find a solution :)

This archived topic is closed to new replies.