Kitchen Respray - Renovation on a Budget
Modernising and refreshing a dated kitchen by respraying panels and replacing benchtops, sink and hardware. A simple, affordable way to deliver a completely fresh look and feel.
Joinery Design and Manufacture: The Custom Space
Benchtops: Solid Timber and Caesarstone
Panels: Existing drawer fronts, doors and panels removed, prepared, sprayed and reinstalled by The Custom Finish
/* Target the last link in your blog pagination nav (Older Posts) */
.blog-pagination a:last-child {
visibility: hidden;
position: relative;
font-size: 24px; /* bigger font */
font-weight: 600;
}
/* Replace text with custom label */
.blog-pagination a:last-child:after {
content: "View More"; /* your new label */
visibility: visible;
position: absolute;
left: 0;
top: 0;
color: #111111;
}
/* Optional hover effect */
.blog-pagination a:last-child:hover:after {
text-decoration: underline;
}
