Change pagination hover color

Home Forums Gillion Theme Change pagination hover color

Home Forums Gillion Theme Change pagination hover color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • hife2017
    Participant

    Hi Shufflehound support,

     

    How can i change pagination hover color to red??

     

    Thanks

    Attachments:
    You must be logged in to view attached files.

    Hi @hife2017,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container ul.page-numbers a:hover{
      color: #F44336!important;
    }
    
    #page-container ul.page-numbers .current, ul.page-numbers .current:hover{
          background-color: #F44336!important;
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)