Sidebar Menu Styling

Support Area Forums Umami Sidebar Menu Styling

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://www.okanaganwebdesign-draft-site-2.ca/
  • Author
    Posts
  • #34683
    James Grandy
    Participant

    Hi there,

    I am developing a site at http://www.okanaganwebdesign-draft-site-2.ca/

    I am wanting the Menu to have a transparent background, however don’t know how to make it do that.

    Also, I don’t want the Navigation title with the 3 lines to be visible on a desktop computer, and only for a mobile device. Similar to this website: http://avaspizzeria.com/

    I have added some custom CSS to make the menu dropdowns how I want it, however the above issues I cannot figure out.

    Thank you in advance,
    James.

    #34694
    Bill Robbins
    Moderator

    Good Morning James,

    Thank you for your business first of all. I believe we can take care of both of those items for you. Here’s what to do:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      .slicknav_nav {
      	background: transparent;
      }
      
      #sidebar a.slicknav_btn {
      	display: none;
      }
      
    3. Update your settings.

    The top style there will remove the background color from the menu section. The second style there will hide the navigation button on larger screens. If you run into any questions or trouble, just let me know.

    Thanks,
    Bill

    #34760
    James Grandy
    Participant

    Hi Bill,

    Excellent! Thank you muchly.

    Thank you,
    James.

    #34762
    Bill Robbins
    Moderator

    Anytime James. Let me know if you need anything else.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Sidebar Menu Styling’ is closed to new replies.