• Resolved Anonymous User 18192269

    (@anonymized-18192269)


    Hey,

    how can i change the frame / border color of the (active) pagination button. at the moment it is blue. i want to change it to the color of the background. I use layout 3.

    thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author RadiusTheme

    (@techlabpro1)

    Hello,

    Write a custom CSS in Appearance=> Customize => Additional CSS

    
    .rt-pagination .pagination > .active > span {
        border-color: #fdc441;
    }
    Thread Starter Anonymous User 18192269

    (@anonymized-18192269)

    thank your very much for the answer. it kinda worked. though now still, when I hover the active button, the border is blue. Do you have a fix for that as well? 🙂

    Plugin Author RadiusTheme

    (@techlabpro1)

    Write this CSS

    
    .rt-pagination .pagination > .active > span:hover {
       border-color: #fdc441;
    }
    
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘pagination button frame color’ is closed to new replies.