Clean, Sleek Kitchen
A sleek contemporary kitchen design with a dark colour palette and timber accents. The client wanted a large open kitchen with plenty of storage and a seamless transition from kitchen to scullery.
Joinery Design and Manufacture: The Custom Space
Benchtops: Deep Anthracite Laminate Benchtop by Laminex.
Panels: Ironsand Drawer and Door Fronts, Sovereign Oak open shelving, both by Prime Panels. Negative detail Finger Pull’s in Sovereign Oak.
Hardware: Antaro Drawers by Blum. Soft closing hinges throughout.
Lighting: LED Strip-lights 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;
}
