Hi Guys,

I am using the Aussie template and would like to change the color of the menu. I can of course change the color of the container, but cannot seem to find where the wave image colour (that is at the bottom of the menu) is defined. I believe I have found the SVG image (buildr > images >wavepattern.svg) but this image is actually white and not the green as shown so I'm a bit confused.

Can you please advise?

Hi

Can you add a link for what you have so far?

Thanks
Paul

    7 months later

    paulus1031
    Hello.
    How do I remove/hide the bottom wave image so the menu background is simple horizontal along the bottom when scrolled?

      ljenish
      Try with this custom css:

      #topwrap::after {
          background-image: none !important;
      }
      Write a Reply...
      You need to Login to view replies.