Superfly 3 Questions Activation ShowScroll Menubackground

Hey,

i have 3 questions in this thread regarding superfly.

  1. how do i activate the plugin, is it needed or to ignore it?
  2. how do i show the scroll in my superfly (note that my website is LTR in hebrew so its kinda messed up)
  3. how do i change the color of my menu items background and make it a little bit transparent.

Thanks in advance!

Hi @angelofgod ,

Thanks for posting in.

  1. You don’t have to activate it, you’ll only need it if you wish to get direct support and update from the plugin author.

  2. What do you mean by scroll? It’s a floating sidebar menu with few elements, not sure where you’re expecting the scrollbar. Please provide further information.

  3. Please add this CSS to your global custom CSS, or perhaps, to your SuperFly Advance CSS section

#sfm-sidebar .sfm-menu-level-0 li, #sfm-sidebar .sfm-menu-level-0 li a, .sfm-title h3 {
    background: rgba(255, 255, 255, 0.2);
}

Thanks!

1 Like

Thanks! but any idea how i change the font color too?

Hi there,

Should be the same CSS but just add the color styling like this

#sfm-sidebar .sfm-menu-level-0 li, #sfm-sidebar .sfm-menu-level-0 li a, .sfm-title h3 {
    background: rgba(255, 255, 255, 0.2);
   color: white;
}

Thanks!

1 Like

Thanks!!! Mucho Thanks!

You are most welcome. :slight_smile:

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.