Modern Twist on a Classic
This modern and functional kitchen blends sleek lines with the charm of an older home. Utilizing a neutral palette, and a stone benchtop with elegant waterfall ends create a harmonious fusion of modern and traditional elements, offering a timeless and sophisticated cooking space.
Joinery Design and Manufacture: The Custom Space
Panels: Charred Oak Woodgrain Melamine by Bestwood. Lower Cabinets Spray Lacquered by The Custom Finish.
Benchtop: Muriwai Solid surface Bench top with waterfall end in kitchen by Kalon.
Hardware: Antaro Drawers and Soft Close Hinges by Blum. Finger Pull Handles by Elite Hardware. Sink by Mercer.
/* 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;
}
