Change the colour of the classic recent posts placeholder

Dear Support, would you please mind letting me know how I can change the colour of the classic recent posts placeholder? Whether this can be done without modifying the custom.css? Help much appreciated.

Hi Adam,

We can use custom CSS. Try adding the following on page > Content CSS

.x-recent-posts-content {
    background-color: orange;
}

See this: https://screencast-o-matic.com/watch/cqlejzUH6a

The following guide might help:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.