Archived topic
Adding css for read more and page navi
1 reply · Started by Raymond on October 7, 2015
Viewing posts 1–2 of 2
I was wondering if it is possible to customize the read more and page navigation style through css.
For example I want to change its background to black.
Can someone help me please.
Hi Raymond. Give this css a try:
/* post read more link */
.read-more {
background: #000;
}
/* page navigation background */
.paging-navigation {
background: #000;
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
This archived topic is closed to new replies.
