Hello Bgathuita.
I did manage change to fix it by adding custom CSS name for that specific button named Enroll to “menu_button_enroll”
and have added this code found somewhere on the net.
Not sure why is it working now how I wanted but I thought that menu is looking same on every page. I wander what will happen once I have to change name of pages or make page 1 home page.
.menu_button_enroll a {
padding: 10px !important;
background: #90020A;
color: #D1B830 !important;
border: 2px solid #D1B830;
}
.menu_button_enroll a:hover {
background: #fff;
color: #000 !important;
opacity: 1 !important;
}