https://www.infoliga.schleider.com.ar/page/2/
One more question, I want tochange padding but I can in arrow…
.site-main .post-navigation .nav-previous a, .site-main .paging-navigation .nav-previous a {
background: #cc7810;
color: rgba(255,255,255,0.5);
float: left;
padding: 5px 5px 5px 65px;
position: relative;
text-align: center;
width: 50%;
color: black;
}
.site-main .post-navigation .nav-next a, .site-main .paging-navigation .nav-next a {
background: #cc7810;
color: rgba(255,255,255,0.5);
float: right;
padding: 5px 5px 5px 65px;
position: relative;
text-align: center;
width: 50%;
color: black;
}
.site-main .post-navigation .meta-nav:before, .site-main .paging-navigation .meta-nav:before {
background: #cc7810;
padding: 5px 5px 5px 10px;
}
THANKS!
Mod. Edit: Please add backticks around code to make it more readable.