Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #869483

    Jeypolitan
    Participant

    Hi there,

    At bottom of my blog, I have the buttons to navigate to the next page.
    The numbers stated on these buttons are super light-grey and one can hardly see them because of the light grey.
    I would like to change the text/number of the buttons to e.g. black.

    How do I change this? It is not in the “Customiser -> Button colours”, as I have tried that and nothing changed.

    Many thanks!

    #869485

    Jeypolitan
    Participant
    This reply has been marked as private.
    #869876

    Jade
    Moderator

    Hi there,

    I have checked your site but it seems to be down at the moment but kindly try this CSS:

    .x-pagination a,
    .x-pagination a span {
        color: #000;
    }

    Hope this helps.