Problem:
User is confused by the colored block or “button” used as a next link in the Gigawatt blog widget pagination.
Solution:
This is the next “button”. If you prefer to have a “Next” link instead, go to Appearance > Editor and click on “custom.css” on the right side. Add this style:
.pagination .next a, .pagination .previous a {
width: 40px !important;
text-indent: 2px !important;
padding: 0 0 4px 4px;
background: none !important;
}