Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2971277
How to change the color of Vertical Navigation on Mobile?
Closed

Comments

  • orlorosado started the conversation

    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.

  •  2,491
    PenciDesign replied

    Hi,

    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 replied

    Thank you!