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:
- Intro to CSS - https://goo.gl/mFuWQT
- How to get CSS selectors - https://goo.gl/BmoH39
- Get Started With Viewing And Changing CSS - https://goo.gl/7xFhDa
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.