Okay
  Public Ticket #3522450
Modifying Header of existing home page
Closed

Comments

  • Kashito started the conversation

    I would like to modify the color of the header of Home 2 to have the menu bar have a pink background. When I go to pages and edit Home 2, I am finding that I cannot edit the header but only the contents. Please help

  •  2,570
    Kevin replied

    Hi Kashito,

    Please add below code to Customize -> Additional CSS

    .mega_main_menu > .menu_holder > .menu_inner > ul{
            background-color: #ed038a !important;
    }
    

    Regards,
    Hung PD