Archived topic
Edit background color of links at the bottom of a blog page.
7 replies · Started by Boudewijn on May 29, 2017
Hi,
My background for the page is translucent with a background image.
All the blog data fields i can separately give a background color or image overlay with Elementor.
Except the automatically generated links at the bottom of a single blog page.
How do I change that color without coloring the entire background?
Hi there,
Can you provide a link to your page and let me know which links you are referring to? Thanks!
http://www.dbwtoneel-be.pcxtmp.nl/viviane-de-graaf/
and
http://www.dbwtoneel-be.pcxtmp.nl/fientje_beulemans/
Both just before the footer on the left side.
This CSS should change the background color of the entire row:
.post-navigation {
background-color: #ffffff;
}
If you want to change the background color of the links only, try this:
.post-navigation .prev,
.post-navigation .next {
background-color: #ffffff;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.
Done Thank you for your help.
Just one last question. How do I get rid of the --DEBUGadministrator on the bottom?
Hmm I can't actually tell where that's coming from but definitely not from GP.
Probably from one of your plugins. Can try #1 on this page to figure out:
https://docs.generatepress.com/article/debugging-tips/
TNX
You're welcome :)