-
Author
-
March 20, 2015 at 20:23 #50982
marceltj
ParticipantHi,
Is there an easy way to implement the white transparent second level menu style site-wide?
Thank youMarch 23, 2015 at 12:34 #51155Radu
ModeratorHello,
Please provide URL, i will give you a CSS snippet with second level transparency for the menu.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 23, 2015 at 17:33 #51191marceltj
ParticipantHi Radu,
URL is PMscope.com. Please note that my homepage login is full width while other pages are boxed.Also, any known issue with custom sidebars not showing on site-wide activity page? I have a custom page setup as the homepage when a user is logged in and created avtivity sidebar. Set correctly on the page, but looks like default overrides it.
Thank you!
MarcelMarch 23, 2015 at 17:44 #51196Radu
ModeratorSorry but i can’t see a menu with level 2 depth
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 23, 2015 at 18:10 #51205marceltj
ParticipantI’ve also setup an account for you:
username: radu
password: KleoSupport!March 23, 2015 at 19:09 #51230Radu
ModeratorHello again,
Use this css snippets
COPY CODE.navbar-nav > li > .dropdown-menu {background-color:transparent !important;} .navbar-nav > li > .dropdown-menu li a:hover {background-color:rgba(0,0,0,0.2);}Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 23, 2015 at 19:18 #51233Radu
ModeratorRE:
Try with this :
COPY CODE.navbar-nav > li > .dropdown-menu {background-color:transparent !important;} .navbar-nav > li > .dropdown-menu li a:hover {background-color:rgba(0,0,0,0.2);} .dropdown-menu > li > a {background-color:transparent !important;} .dropdown-menu > li > a:hover {background-color:rgba(0,0,0,0.2) !important;}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.