• Resolved piotrk87

    (@piotrk87)


    Probably a very simple question, but how can I actually change the background color of the box with related posts?

    What is the css I should use?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Brecht

    (@brechtvds)

    You could try something like this, for example:

    .crp-list {
    padding: 10px;
    background-color: black;
    }

    Hey Brecht, is there a way to do this for the whole element? With the code you posted, it only works for the link list. And if I add a background color for H3, there’s a small line of blank space between the headline and list.

    Plugin Author Brecht

    (@brechtvds)

    Try adding it to the H3 while also setting margin-bottom to 0 and padding-bottom to whatever spacing you want.

    Worked perfectly, thanks a lot for the quick reply!

    • This reply was modified 4 years, 7 months ago by fdphonk.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Background color change’ is closed to new replies.