Site logo

Archived topic

Edit background color of links at the bottom of a blog page.

7 replies · Started by Boudewijn on May 29, 2017

Viewing posts 1–8 of 8

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!

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?

TNX

You're welcome :)

This archived topic is closed to new replies.