hide current page title/rollout?
-
once again, thanks for all your work Peter
question: how to hide the ‘current page’ title/link that appears once a page is linked to from the Rmenu list. Hovering on the page title a balloon appears stating ‘return to parent page’. Is this ‘current page’ title addressed in your options? I only see a ref to ‘current page link color’, which is not btw changing the color of the link.
best regards, jaxsonmy current css now allows for the custom Rmenu button to remain on top of scroll out Rmenu, while the scroll out Rmenu covers other custom buttons underneath: (did not know at first how to id the custom menu icon = ‘#click-menu’ below):
#click-menu {
z-index: 100000 !important;
}#responsive-menu {
z-index: 99990 !important;
}
The topic ‘hide current page title/rollout?’ is closed to new replies.