[Resolved] Adding css for read more and page navi

Home Forums Support [Resolved] Adding css for read more and page navi

Home Forums Support Adding css for read more and page navi

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #142508
    Raymond

    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.

    #142588
    bdbrown

    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/

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