Skip to content

Round Concealed Wall Anchor – Modular Display System

SKU DB 4001
Save 21% Save 21%
Original price 3.500 KD
Original price 3.500 KD - Original price 3.500 KD
Original price 3.500 KD
Current price 2.750 KD
2.750 KD - 2.750 KD
Current price 2.750 KD

The Round Concealed Wall Anchor is the foundation component of the Concealed Wall Display System. Installed flush inside the wall panel, it creates a hidden mounting point that allows modular display accessories to be attached securely.

Designed for modern retail environments, this anchor keeps the mounting hardware completely concealed, allowing shelves, rods, and display arms to appear clean and floating.

The threaded internal connection allows quick installation and easy swapping of compatible accessories, giving retailers the flexibility to change display layouts whenever needed.


Features

• Concealed flush wall installation
• Internal threaded connection for accessories
• Brushed stainless steel finish
• Strong and durable construction
• Designed for modular retail display systems


Compatible Accessories

Works with Round System accessories such as:

• Face-out display arms
• Hanging rods
• Glass shelf supports
• Hook arms


Ideal For

• Clothing stores
• Retail boutiques
• Showroom displays
• Modular display walls

Compare products

{"one"=>"Select 2 or 3 items to compare", "other"=>"{{ count }} of 3 items selected"}

Select first item to compare

Select second item to compare

Select third item to compare

Compare
.product-single__description .more-text{ display: none; } 3. Asset->theme.js-> paste code in bottom of file $(document).ready(function(){ var maxLength = 300; $(".product-single__description").each(function(){ var myStr = $(this).text(); if($.trim(myStr).length > maxLength){ var newStr = myStr.substring(0, maxLength); var removedStr = myStr.substring(maxLength, $.trim(myStr).length); $(this).empty().html(newStr); $(this).append(' read more...'); $(this).append('' + removedStr + ''); } }); $(".read-more").click(function(){ $(this).siblings(".more-text").contents().unwrap(); $(this).remove(); }); });