RDR Well-known member Feb 14, 2016 #1 Is there a style property for setting the background color / opacity for dropdown menus in the navbar? It seems the default has an opacity of 0.96 which I would like to remove/change. Cheers, Regs.
Is there a style property for setting the background color / opacity for dropdown menus in the navbar? It seems the default has an opacity of 0.96 which I would like to remove/change. Cheers, Regs.
RDR Well-known member Feb 15, 2016 #2 Are there style properties to control these: .primaryContent{background-color:rgba(252, 252, 255, 0.96)}.Menu .secondaryContent{background-color:rgba(240, 247, 252, 0.96)}.Menu Upvote 0 Downvote
Are there style properties to control these: .primaryContent{background-color:rgba(252, 252, 255, 0.96)}.Menu .secondaryContent{background-color:rgba(240, 247, 252, 0.96)}.Menu
Amaury Well-known member Feb 15, 2016 #3 The dropdown menus are controlled with these pieces of CSS. That's where the 0.96 comes from: Code: .Menu .primaryContent .Menu .secondaryContent .Menu .sectionFooter Upvote 0 Downvote
The dropdown menus are controlled with these pieces of CSS. That's where the 0.96 comes from: Code: .Menu .primaryContent .Menu .secondaryContent .Menu .sectionFooter
RDR Well-known member Feb 15, 2016 #4 Yes, thanks. My question remains though: Are there style properties to control these? Upvote 0 Downvote