Home Forums WordPress Themes – Premium Flat Responsive Changing colors for boxes under posts?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17383

    Hi,

    I can’t figure out how to change the colors of the small boxes underneath the posts on my site. It is the ones with numbers on them to navigate. For now they are blue and dark grey which I don’t like.
    Is there a tab for this in the editor? Have I missed it?
    Or do I need to change it in a different way?

    This is my site: http://www.numerologi.nu
    (you can see it on the front page where my blog is, down on the bottom of the page)

    Thanks so much, Millicentt 🙂

    #22917
    Binaya D
    Participant

    Hi There,

    Please use the following css to fix your issue;

    .page_pagination a {
        background-color: rebeccapurple;
    }
    span.current {
        background-color: red;
    }

    Thanks

    #22920

    Worked like a charm! 🙂

    What can I put in to affect the hover color?

    #17384
    Binaya D
    Participant

    please use this

    .page_pagination a:hover {
        background-color: #505050;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.