css - Change Size Of Next Page Pagination In Posts -


i ask, how can change size of post pagination has code --nextpage--

i tried code:

.td-post-content .page-nav { font-size: 16px; } 

but not work... help.

your style being added class attribute of body tag not in stylesheet, style element, or style attribute.

enter image description here

to fix need remove style location in , find appropriate stylesheet, style element, or style attribute add to.

checkout article started finding css styles.


Comments