Comments orlorosado started the conversationFebruary 1, 2022 at 5:53pmI'm looking to change the blue color on the vertical navigation menu icon, but I can't find how to do it.Also, can I disable vertical navigation just on the mobile version of the site? I want the vertical navigation to appear just on the desktop site.Thanks in advance. 2,580PenciDesign repliedFebruary 2, 2022 at 3:14amHi,1. Please go to Appearance → Customize → Additional CSS then add the following custom CSS code: .penci-vernav-toggle:after { border-top-color: #000;}Change #000 to the color code you want to display.2. Unfortunately, you can't disable vertical navigation just on the mobile version.Regards,PenciDesign.orlorosado repliedMarch 30, 2022 at 1:35pmThank you! Sign in to reply ...
I'm looking to change the blue color on the vertical navigation menu icon, but I can't find how to do it.
Also, can I disable vertical navigation just on the mobile version of the site? I want the vertical navigation to appear just on the desktop site.
Thanks in advance.
Hi,
1. Please go to Appearance → Customize → Additional CSS then add the following custom CSS code:
Change #000 to the color code you want to display.
2. Unfortunately, you can't disable vertical navigation just on the mobile version.
Regards,
PenciDesign.
Thank you!