[Theme: Responsive] small menu fix
-
theme version 1.4.1
When selecting a parent item in the menu, the children hover background are black, and the text are black.
If you want to be able to read the text, modify the style.css and add color:#fff; for this item
(appx line 1580 and onwards..)
.menu .current_page_item a { background-color:#343434; color:#fff; }Another thing I do, is to modify the cursor on active sub-pages (displaying no hover hand, but normal arrow)
ul.sub-menu .current_page_item a { background:transparent !important; color:#444; cursor:default; }
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘[Theme: Responsive] small menu fix’ is closed to new replies.
