Designer Kitchen
Designed by PK design and manufactured by The Custom Space, a project collaboration where you will find a variety of warm hues and textures throughout this home to create a cozy and inviting haven.
Joinery Design and Manufacture: The Custom Space.
Cabinet faces: Aged Walnut Organic, Black Pearl Organic Melteca
Benchtops: Uniquartz Silver Shot 20mm - Universal Granite.
Fabrication: Quaystone
Hardware: Hettich
Handles: Elite Hardware Kara Slim Square Black
Lighting: Artic Lighting - strip.
/* 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;
}
