Hello,
The drop-down menu web part in version 6 of Kentico
CMS doesn't contain any information about css styles, so it is completely up to you, which color or image do you set as a background to your menu. Here is an approach how to do it:
1) Open properties of your dropdown menu web part and fill the CSS prefix property with
mymenu_2) Go to the
Site Manager -> Development -> CSS Stylesheets and edit your site stylesheet
3) Paste following class definition into it:
.mymenu_CMSMenu {
background-color: #ffffff;
}
Now your dorpdown menu should stop being transparent and be white instead.
Best regards,
Jan Hermann