Okay
  Public Ticket #2402059
Post Grid Pagination Button Styling
Closed

Comments

  •  2
    timengelbrecht started the conversation

    Hello! 

    Is there an option to style the pagination button on a post grid? I can't find it in the Salient options panel. I would like to make the pagination button look the same as the other buttons on my site. Is this possible? 

    Attached screenshots. :) 

    Thanks so much! 

  •  2,979
    Andrew replied

    Hi there,

    Use the following custom css in Salient > General settings > CSS/Script related:

    .load-more {
        color: #ff7373 !important;
        border: 2px solid #ff7373 !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    

    Hope this helps.

  •  2
    timengelbrecht replied

    Thanks Andrew! 

    Is it possible to make it the same width as the other buttons (the other buttons seems fatter) and the border and text this colour red #ff7373


    Thanks a bunch! 


  •  2
    timengelbrecht replied

    Example attached! :) 

    Thanks again for everything! 

  •  2,979
    Andrew replied

    Hi there,

    I have updated the recently sent css. Can you copy and paste again.

    Thanks.

  •  2
    timengelbrecht replied

    PERFECTION! THANK YOU!