Smooth scrolling menu and Jumbotron Section

Hello, today I have 2 problems that I’m trying to work out.

  1. When I scroll the page, this menu is above of each section, how to do highlight this section of menu. Example: https://demo.mageewp.com/onetone-app/
  2. Jumbotron Section, I remove title that featured image as jumbotron don’t appear. How to do featured image as jumbotron appear and delete title?
    Thanks for support

Hello there,

I hope you are doing well today.

I am sorry but I do not understand what the first issue is.could you please provide more of an explanation?

For the second issue, you can use the following CSS code to remove the title only by going to Appearance > Customize > Additional CSS and pasting it there.

/*Remove jumbotron title*/
#header.header-front-page .bottom-header h1 {
    display: none;
}

Best Regards,
Support

Hi, thanks.

This first issue is menu. I want to auto highlight menu item when scrolling down to section. I keep the menu when scrolling but I can’t auto highlight.

Hello there,

You can only highlight a menu item when you hover your cursor over the menu item. So, is it that you are referring to have the menu appear as a static menu?

Best Regards,
Support