• Resolved Toni

    (@tools4toni)


    Pagination font color on WP RSS Aggregator is red, box around text is solid red. So text is not legible until hover – then text is black.

    Theme Minamaze, has pagination as follows:
    Current page, active – solid red box with white font.
    Other pages, not active- white boxes with red font, only text is visible.
    Hover other pages – red border appears around white boxes, text unchanged.
    See: http://toni-esl.com/blog/

    Plugin WP RSS Aggregator pagination renders as follows:
    Solid red box with red font.
    Hover – black font
    See: http://toni-esl.com/teach/blogs-for-teachers/

    I would be very satisfied with any font color for WP RSS Agg navigation text other than red.

    Thank you for any input

    https://wordpress.org/plugins/wp-rss-aggregator/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Please add the below styling rule at the end of your theme’s style.css to make the font color white for the navigation.

    .nav-next a, .nav-previous a{
     color: #fff !important;
    }
    Thread Starter Toni

    (@tools4toni)

    Great! I will. Thank you very much.

    It’s perfect!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pagination nav font same color as box/button, can't see text’ is closed to new replies.