• Resolved meir321

    (@meir321)


    Hi,

    Is there a way to change the pagination color and the search and filter colors?

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @meir321 ,

    Thanks much for reaching out to us.

    We do have this feature already in our backlog. I will make sure to let you know once this is pushed up.

    If you have any other feature requests or suggestions, please don’t hesitate to let me know.

    Kind Regards.

    Thread Starter meir321

    (@meir321)

    Thank you

    Thread Starter meir321

    (@meir321)

    Actually was able to do it with CSS:

    div#tablesome__container.tablesome__container div.tablesome__pagination ul.tablesome__pagination__list li.tablesome__pagination__listItem a.tablesome__pagination__listItem--anchor.active {
      background-color: #1676a9;
    }
    
    div#tablesome__container.tablesome__container div.tablesome__pagination ul.tablesome__pagination__list li.tablesome__pagination__listItem a.tablesome__pagination__listItem--anchor:hover {
      background-color: #1676A9;
    }

    Thanks

    Hi @meir321

    Some customers don’t prefer using custom CSS. That was the reason I didn’t suggest that.

    However, I am glad that you were able to come up with a solution.

    Feel free to let me know if you have any other suggestions or queries. I am more than happy to help you.

    Kind Regards.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Pagination Color’ is closed to new replies.