Home>Support>Change css for Post Loop buttons

Change css for Post Loop buttons

I have the Vantage theme and have the Post Loop Widget that shows a list of 3 posts. At the bottom it shows a next button and small buttons for each page with more posts. How do I change the color of these buttons?

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 8 months ago Braam Genis
    Hi, I Work Here

    Hi Henrik

    Add the following in Appearance > Custom CSS and adjust the color values:

    //The page number and next/previous buttons.
    .pagination span,
    .entry-content .pagination span,
    .pagination a,
    .entry-content .pagination a {
      background: #ffffff;
      color: #646464;
    }
    
    //The page number and next/previous buttons hover state.
    .pagination a:hover,
    .entry-content .pagination a:hover {
      background: #f0f0f0;
      color: #606060;
    }
    
    //The currently selected page number button.
    .pagination .current,
    .entry-content .pagination .current {
      background: #333333;
      color: #efefef;
    }
    
  2. 9 years, 8 months ago Henrik

    Thanks! Works perfect!

  3. 9 years, 8 months ago Braam Genis
    Hi, I Work Here

    Great! Glad to help! :)

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More