• Resolved Marco77

    (@marcokiel77)


    Hello

    I can’t find a css style to change the arrow color of the pagination back button.
    Can someone guide me in the right direction?

    Thnx in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello marcokiel77,

    => Try below css.


    .pagination .prev {
    /**Background color**/
    background: #3498db
    /**Arrow Color**/
    color: #000;
    }
    .pagination .prev:hover {
    /**Background hover color**/
    background: #154360
    /**Arrow hover Color**/
    color: #fff;
    }

    Hope this will helps you.

    Thread Starter Marco77

    (@marcokiel77)

    Thnx! It works.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Arrow color pagination left (after)’ is closed to new replies.