Disable background colour on the home page menus except the 'Home' and Register menu on the Home page

  1. Home
  2. Docs
  3. Vertoh
  4. Frequently Asked Question...
  5. Disable background colour on the home page menus except the ‘Home’ and Register menu on the Home page

Disable background colour on the home page menus except the ‘Home’ and Register menu on the Home page

You need to install and activate child theme. 1) Please don’t forget to take a backup of the file prior to any change. 2) Copy index.php from the vertoh theme folder and paste in to the child theme 3) At the dashboard. Navigate appearance-> Editor. On the style sheet, please add the following style .expandedHeader .nav > .current-menu-item.menu-item-home a {background:none; color: #5b5959 !important; } .expandedHeader .nav > .current-menu-item.menu-item-home a:hover {background-color:#bc9f60; color: #fff !important} .home .expandedHeader .nav > ul li a {background-color:#bc9f60;} Update the file. Select index.php from the right side of the page and add the following code at the end of the page.Update the style You need to adjust the colour 5b5959 based on your skin.

Was this article helpful to you? Yes 1 No 1