ResolvedHow to have more “+” in sub dropdown menu mobile version
- This topic has 5 replies, 3 voices, and was last updated 2 years, 7 months ago by
Althemist.
- AuthorPosts
- July 8, 2020 at 3:07 pm #24279
beunyke
ParticipantHello guys,
in the mobile menu, we only have the “+” sign to show the submenu options.
How can we also have or add with css the “+” for the submenu and sub sub menu options?
Since we have a lot of categories it makes easier to have more “+” in the sub sub menus.
Thank you very much.
Screenshot: https://drive.google.com/file/d/1hwZywXuPtpAtC9sMvRWSLMru4y_Z063j/view?usp=sharing
July 9, 2020 at 3:42 pm #24321Althemist
KeymasterHello beunyke,
I am afraid there is no easy way to do this. I mean, it can’t be done with just a simple code snippet.
I’ll discuss with the team if it’s possible to include such feature in the next theme update.
Regards,
DimitarJuly 9, 2020 at 4:02 pm #24327beunyke
ParticipantHello Dimitar,
thank you very much for your answer, and I really appreciate that gesture to try to include something like this in the theme.
In the meanwhile, is it possible with css to change the color of the submenu titles, like we can do in the desktop version, with different size of font, or having a bold option, of for example different color?
So the titles of the 1st and 2nd level to be yellow, and the title options inside of the submenu to be white?
thanks
July 10, 2020 at 11:18 am #24367Althemist
KeymasterYes, you can do this with CSS.
ul#mobile-menu.menu > li > a, ul#mobile-menu.menu > li > ul.sub-menu > li > a { color: yellow; }
Regards,
DimitarOctober 10, 2020 at 11:51 am #26321erbesso
ParticipantHi sorry. I have the same problem as Beunyke. I too, having many sub-categories of 1st, 2nd and 3rd level, I see from the mobile menu a very long list that I would like to organize with mega-menus. Considering that it is not possible, at least until you plan to do it in the next update, I too would like to change the size / color to differentiate the levels of the categories. This css code snippet you provided to Beunyke, where should it be entered? sorry but I’m a beginner.
October 11, 2020 at 12:31 pm #26326Althemist
Keymasterhi erbesso,
the best way would to use a child-theme and place the code in it’s style.css
Alternatively, you can place the code in Appearance > Customize > Additional CSS field.
Regards,
Dimitar - AuthorPosts
You must be logged in and have valid license to reply to this topic.