• Resolved enriquescribano

    (@enriquescribano)


    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)
  • The page navigation background color does change automatically and it is part of the Primary Color setting.

    Please post a link to your website if the Primary Color is what you changed and it doesn’t modify the pagination background.

    Thread Starter enriquescribano

    (@enriquescribano)

    I see. That’s the wp-pagenavi you got there, not the built-in page navigation. For some reason, we just styled wp-pagenavi but did not add it to the color scheme. You would need to change it manually for now:

    .wp-pagenavi .pages,
     .wp-pagenavi .page,
     .wp-pagenavi .last,
     .wp-pagenavi .previouspostslink,
     .wp-pagenavi .nextpostslink {
           background-color: #88acad;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘background color in pagination’ is closed to new replies.