background color in pagination
-
It is only a little design issue.
Posts and page navigation colors are set manually. So, if you change the default color of the Solon Theme, page navigation background color does not change.
It would be great if it changes automatically! ??
I think the matter is in the 5.0 point of the style.css file:
.post-navigation .nav-previous,
.post-navigation .nav-next,
.paging-navigation .nav-previous,
.paging-navigation .nav-next {
max-width: 50%;
padding: 15px;
background-color: #E86F67;
font-family: ‘Oswald’, sans-serif;
font-weight: 700;
text-transform: uppercase;
border: 1px solid #E0E0E0;
-webkit-transition: background-color 0.2s;
transition: background-color 0.2s;
}
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘background color in pagination’ is closed to new replies.