submenu

Hello there,

I am trying to get the drop down menu in the navigation menu semi-transparent, and I can't find where to get it done, can someone please help me out with this, thankyou in advance.

Quote · 2 Jun 2014

Well, i can tell you how to do it for the default UNI template.

In top_menu.css at line 121 look for this

table.topMenu td.top ul.sub {
    position:absolute;
    display:none;
    visibility:hidden;
    z-index:20;

    width: 190px;
    height: auto;
    right: 0px;
    margin: 0px;
    padding: 10px;

    background-color: #ffffff; 
    -webkit-box-shadow: 0 1px 3px rgba(51, 51, 51, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(51, 51, 51, 0.3);
    box-shadow: 0 1px 3px rgba(51, 51, 51, 0.3);
   
    list-style:none;   
    white-space:nowrap;
    text-align:left;
}

Change background-color: #ffffff; to background-color: rgba(255, 255, 255, 0.75);


If your trying to change a custom template then it will most likely be different.

https://www.deanbassett.com
Quote · 2 Jun 2014

Awesome, working perfectly fine, thankyou so much

Quote · 2 Jun 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.