(function(){ function forceColorEverywhere(){ // 1) Kill any title tooltips document.querySelectorAll('[title]').forEach(el => el.removeAttribute('title')); // 2) Force thumbnails color on hover (inline override safety) document.querySelectorAll('.wpmozo_wavy_gallery_item img').forEach(img=>{ img.addEventListener('mouseenter', ()=>{ img.style.filter='grayscale(0)'; }); img.addEventListener('mouseleave', ()=>{ img.style.filter='grayscale(1)'; }); }); // 3) FORCE POPUP/OVERLAY images to color (this is the key) document.querySelectorAll('.wpmozo_wavy_gallery_overlay img').forEach(img=>{ img.style.filter = 'grayscale(0)'; }); // 4) Hide the long overlay title text document.querySelectorAll('.wpmozo_wavy_gallery_overlay_item_title').forEach(el=>{ el.textContent = ''; el.style.display = 'none'; }); } forceColorEverywhere(); // Re-run whenever WPMozo rebuilds DOM new MutationObserver(forceColorEverywhere) .observe(document.body,{childList:true,subtree:true}); })();
PRAGUE
PRICING

Choose type of Your apartments.

SMALL

$2500

Up to 60 meters

Up to 2 rooms

Small balcon area

Room design included

Electric outlets plan

CONTINUE
MEDIUM

$4200

Up to 90 meters

Up to 4 rooms

Medium balcon area

Room design included

Electric outlets plan

CONTINUE
LARGE

$6500

Up to 150 meters

Up to 6 rooms

Large balcon area

Room design included

Electric outlets plan

CONTINUE
EXCLUSIVE

$10000

Up to 200 meters

Up to 10 rooms

Two balcon areas

Excluive room design

Electric outlets plan

CONTINUE