Grove Street Bathroom
A simple, smart custom bathroom vanity showcasing the beauty of recycled Heart Rimu, in a chunky floating benchtop. A simple finger pull drawer unit and offset oval basin sink provide crisp, modern styling. This is a great example of thoughtful design and material choices, to turn a small, functional space into a statement piece.
Joinery Design and Manufacture: The Custom Space.
Benchtop: Recycled Heart Rimu.
Cabinetry panels: High Gloss Arctic White Melamine by Laminex.
Hardware: Antaro Drawer by Blum.
/* 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;
}
