Site icon Catch Themes

menu and submenu of Pro version not transparent

I bought the Pro Version of Catch Adaptive after testing a long time with the non Pro version. Now i see no possibility in the color options to make the menu and submenu transparent as it is in the non Pro version. I tried
.nav-primary {
    background: rgba(0,0,0,0.7);
}
which works fine so far. But for the submenu
.nav-primary .menu .sub-menu a,
.nav-primary .menu .children a {
    background: rgba(0,0,0,0.7);
}
doesn't work? IS this a bug of the Pro version?
Exit mobile version