Bright, Funky Retro Kitchen
Introducing an affordable kitchen adorned in warm, inviting hues and timeless period handles, creating a unique heritage charm. The space has a personal touch, blending modern functionality with classic aesthetics. A kitchen where cooking becomes a delightful experience amidst a harmonious palette.
Joinery Design and Manufacture: The Custom Space
Benchtops: 20mm Caesarstone Snow by Laminex in Kitchen. 30mm Fresh Snow Laminate by Laminex in Laundry.
Panels: Bayleaf Natural Malamine by Prime Panels.
Hardware: Alto Drawers by Hafele. Blumotion Soft Close Hinges by Blum. Bella Antique Brown Knobs by Archant.
/* 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;
}
