Tagged: yigit
Hi. How can i disable the menu. i want to build a page without menu.
i deleted all menu iteams but the menu is still there.
and can you help me please to change the color of the blue cookie info here to white with black text. thanks, alex
Hey diefleischerei,
To hide the menu, please try this code in the General Styling > Quick CSS field:
.main_menu {display: none !important;}
For the cookie info please try this code:
#cookie-notice.cn-bottom.bootstrap {background-color:#fff !important; color: #000 !important;}
Best regards,
Mike