Skip Navigation

[Resolved] How to replace the default blue text color with my own codes.

This support ticket is created 5 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 1 reply, has 2 voices.

Last updated by Luo Yang 5 years, 10 months ago.

Assisted by: Luo Yang.

Author
Posts
#1235925

hi

I have just noticed a little worry.
in responsive version the pagination does not work ...

Could you also tell me how to replace the default blue text color with my own codes.

thank you

for the pb of pagination on smartphone I join you a copy screen

#1235928

Hello,

For the question: replace the default blue text color with my own codes.

You can override the default Bootstrap style with your own CSS codes, for example:

ul.pagination > li.active > span{
	color: black !important;
}

I have tested it in your website, see the result here:
hidden link

And you can style the the pagination with Bootstrap CSS, see their document:
hidden link