? I did not know that it is not possible to insert more than one page.
That’s why I said There can only be one parent page assigned to your contact page
.
Also, color change “active” does not work in main menu while on the page.
? I’m not using a separate code, I was wondering if it’s in theme properties.
It’s not in the theme options. However I gave you this CSS in another topic. This will color your active page in the main menu.
#primary-menu .current-menu-item a,
#primary-menu .current_page_item a {
color: red;
}