Home Forums Reef Main Menu Border indicator

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

      Hello,

      where can i deactivate the elements that pop up over the main menu and indicate the active status.
      I searched the whole template code but cant find it in any css file. Maybe its controlled via js?

      i like your template a lot.

    • #276
      keonthemes
      Keymaster

      Hello simbater,

      Thank you for using Reef Theme. You can do it by adding custom CSS from appearance > customize > additional CSS section.
      Add your CSS just like this:

      .main-navigation .current_page_item > a:before, .main-navigation .current-menu-item > a:before, .main-navigation .current_page_ancestor > a:before, .main-navigation .current-menu-ancestor > a:before, .main-navigation li:hover > a:before { display: none; }

      OR by customizing the theme. If you are planning to customize the theme, we always recommend to create a child theme and customize it.
      Please check the following reference link to create the child theme.

      https://codex.wordpress.org/Child_Themes

      Hope it will help you.

      Thanks,
      Keon Themes Support Team

    • #277
      Anonymous
      Inactive

      thanks that works!

      • #278
        keonthemes
        Keymaster

        Hello Simbater,

        If you are satisfied and happy with our Theme and Support, please rate us the 5 star on wordpress.org . Your rating will be very helpful to motivate our team.

        Regards,
        Keon Themes Support Team

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