Q: I would like to be able to leave the "link" field blank and prevent it from being a link - unfortunately leaving the field blank causes a default - or the appearance of a link - which is confusing. It should look the same on hover.
A: It depends on the template you use.
For example for the template Enterprise Orange Red you can do the following:
open the generated .css file in any text editor and find the code
ul#css3menu1 li.topmenu > a {
-moz-transition: all 0.5s ease 0s;
background-image: none;
border-radius: 0 0 0 0;
color: #FFE2BC;
font: bold 12px Lucida Sans Unicode,Lucida Grande,Helvetica,Arial,sans-serif;
padding: 16px;
}
remove the line color: #FFE2BC;
For troubleshooting, feature requests, and general help,
contact Customer Support at . Make sure to
include details on your browser, operating system,
CSS3 Menu version, link to your page.
In most cases you'll get a reply within 1 business day. Please read the FAQs first to see if your question has already been answered.