T The Wanderer Member Aug 4, 2018 #1 Hello all, How do I alter the style settings for page navigation? Any help would be appreciated. Thank you.
Hello all, How do I alter the style settings for page navigation? Any help would be appreciated. Thank you.
KSA Well-known member Aug 8, 2018 #3 The Wanderer said: I would like to change the colours. Anyone? Click to expand... for current page.. place this code in your extra.less template and alter the values to whatever suits you Code: .pageNav-page.pageNav-page--current { background: red; color: blue; border: 1px solid black; } for next pages place this code Code: .pageNav-page { display: table-cell; background: red; color: blue; border-top-color: blue; border-right-color: blue; border-bottom-color: blue; border-left-color: blue; } Upvote 0 Downvote
The Wanderer said: I would like to change the colours. Anyone? Click to expand... for current page.. place this code in your extra.less template and alter the values to whatever suits you Code: .pageNav-page.pageNav-page--current { background: red; color: blue; border: 1px solid black; } for next pages place this code Code: .pageNav-page { display: table-cell; background: red; color: blue; border-top-color: blue; border-right-color: blue; border-bottom-color: blue; border-left-color: blue; }