Support for Envato Buyers Forums Samsara Navigation Bar

Viewing 8 reply threads
  • Author
    Posts
    • #4789
      sweetly31
      Member

      Hi,
      Could you help with an issue I am having with the navigation bar. the navigation bar is transparent and i would like it to be a block colour. Or if it possible to move the revolutionary slider down below the navigation menu…
      http://www.website.sweetlystevia.com
      Thank you for your help again 🙂
      Yuliya

    • #4793

      Hi

      You can go to “Samsara Options > Custom style > Opacity Of Navigation”, just set the value to 1, then the top bar will be block color.

      Thanks!

    • #20489
      fuzzfox
      Participant

      I know this is an old post but I’m having the same problem. When I change the Opacity of Navigation value to 1 it doesn’t change anything. The bar is transparent when you first land on a page but then goes opaque when you scroll.

      How can I make it always opaque, or is there a way to change the colour of it so my menu options are still visible when it’s transparent?
      Thanks.

    • #20503

      It’s a small bug. Only when the navigation bar is not black, then the opacity value will work. So, I changed the top bar color to #0a0a0a, very close to the black, now the opacity setting is working.

    • #20529
      fuzzfox
      Participant

      Ah I see. Thanks for that. Just for future reference, please could you tell me where I change the colour of the navigation bar?

    • #20531
      fuzzfox
      Participant

      And also where I can change the menu text size so it’s a little larger?

    • #20541

      You can change the color of navigation bar via Appearance > Customize > Navigation bar.
      Currently, there’s no option to change the menu text size. You can only change it by the following custom CSS

      For example, if you want to change it bigger

      @media only screen and (max-width: 1280px){
        #primary-menu > ul > li {
          font-size: 14px;
        }
      }

      Thanks

    • #20554
      fuzzfox
      Participant

      That works, thank you! 🙂

    • #20567

      Great!

Viewing 8 reply threads
  • You must be logged in to reply to this topic.