Showroom Features
Showcasing custom wall paneling in the GJ Gardner show home in Nelson.
Joinery Design and Manufacture: The Custom Space in Collaboration with Tresson Interior Design
Entryway: Square Honey Oak Wall Battens by DecoForme, Avantech You Drawers by Blum
Master Bedroom: Square Honey Oak Wall Battens by DecoForme
Second Bedroom: Surround Scolloped Wall Lining by Laminex
Lighting: Strip lighting by Arctic Lights
/* 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;
}
