templaza / astroid-framework

Powerful framework for designers and developers to create responsive, fast & robust Joomla based websites and templates.
https://astroidframe.work/
GNU General Public License v3.0
86 stars 15 forks source link

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

Open amuijs opened 3 weeks ago

amuijs commented 3 weeks ago

Where can I change the link and font color in pagination.

astroid pagination

deltapapa01 commented 3 weeks ago

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:

image

wbr, deltapapa