Archived topic
Volume Template - Archive Navigation Buttons
9 replies · Started by Kieran on September 7, 2022
Hello,
I'm using a dark themed background and am trying to use simple 'previous' and 'next' buttons for archive navigation. And want to eradicate the large white box behind the buttons. Similar to the 'volume' template.
Is it possible to hide the background container/box and only have the previous/next buttons centre of the screen, below the content and just above the footer?
Hi Kieran,
To have a better understanding of the issue, may you provide the link to the page in question?
You may use the Private Information field for this: https://docs.generatepress.com/?s=private+information
Hi Fernando,
I'm building https://airbnbnomad.com and trying to remove the whitespace around the archive navigation buttons.
Cheers
I see. It seems you're using a Block Element - Post Navigation for your site.
Reference: https://docs.generatepress.com/article/block-element-post-navigation/
Basically, in the Block Element, select the Container Block and it the colors sections of its settings, set the background color opacity to 0. That should make it transparent.
Hi Fernando,
I'm using the 'Default Next and Previous Buttons' template for the archive navigation. I tried setting the background opacity to O through the bloc editor and it didn't work.
Is there something in the customiser or elsewhere that I might need to change too?
I see. Can you provide temporary admin login credentials, and we'll take a closer look at the issue?
Please use the Private Information field for this: https://docs.generatepress.com/?s=private+information
Hi Fernando,
I've put the temporary login link in the private information box.
Cheers
Thanks. Try adding this in Appearance > Customize > Additional CSS:
.paging-navigation {
background-color: transparent !important;
}
It works. That's a win. Thanks Fernando!
You're welcome Kieran!