Home Forums Reef remove slider under the top nav

Tagged: 

Viewing 2 reply threads
  • Author
    Posts
    • #994
      Anonymous
      Inactive

      Hello Keon Theme support,

      how do I permanently remove the slider under the top nav from all pages?

    • #996
      Anonymous
      Inactive

      Sorry, i found that needed part.

      .wrapper .wrap-inner-banner{
      display:none;
      background-image: none !important;
      
      }
    • #1004
      keonthemes
      Keymaster

      Hello @simbater ,

      We are glad that you are on right track. But looks like, you are messed up with the CSS code. The actual code must be like below:

      .wrap-inner-banner {
          display: none;
      }

      Best Regards!!!

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