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

Home Forums Support [Resolved] Edit background color of links at the bottom of a blog page.

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

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #325767
    Boudewijn

    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?

    #325777
    Leo
    Staff
    Customer Support

    Hi there,

    Can you provide a link to your page and let me know which links you are referring to? Thanks!

    #325842
    Boudewijn
    #325845
    Leo
    Staff
    Customer Support

    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.

    #325848
    Boudewijn

    Done Thank you for your help.
    Just one last question. How do I get rid of the –DEBUGadministrator on the bottom?

    #325852
    Leo
    Staff
    Customer Support

    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/

    #325853
    Boudewijn

    TNX

    #325903
    Leo
    Staff
    Customer Support

    You’re welcome 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.