Skip to content

Where can I change the link and font colors in pagination #900

Answered by deltapapa01
amuijs asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,
you can use custom css to change the color etc.
For example, i use a custom css file and put the css code in there;

.pagination {
  --bs-pagination-color: #c02e2e;
  --bs-pagination-bg: #ff0;
  --bs-pagination-border-color: #black;
}

After purge joomla and browser cache, the result is:

wbr,
deltapapa

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sonvnn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
CSS Related to CSS Issue
2 participants
Converted from issue

This discussion was converted from issue #847 on December 04, 2024 04:09.