CSS navigation buttons.

Hello.

Please tell me which CSS are responsible for the navigation buttons pages (1, 2 …) and “OLDER POSTS”. “NEVER POSTS”. To change the color of the buttons and the text of the unpressed and pressed buttons. Thank you.

Hi there

Hope you are having a good day and thank you for your question :slight_smile: In order to check your question i need to see your live website, please provide url and i will take a look

Yes, I forgot. ) enabledevice.ru

Hello there,

I hope you are doing well today.

You can use the following CSS code to edit the page pagination buttons by going to Appearance > Customize > Additional CSS and pasting it there.


/*Pagination*/
.post-navigation a, .page-numbers, .pagination .prev, .pagination .next {
    background-color: red;

}

Best Regards,
Support

Thanks, it works. Tell me, how can I change the color when I hover cursor?

hi

You can use hover state in the same code:

/Pagination/
.post-navigation a:hover,
.page-numbers:hover,
.pagination .prev:hover,
.pagination .next:hover {
background-color: red;

}

Thank you, you helped me a lot. Have a nice day.

thank you too
If you’re happy with our service, don’t forget to rate us: [Sparkling] Reviews | WordPress.org