I applied the custom css code however it is only taking place on the homepage, how can i get it to be applied to the menus of each page?
/* Mega Menu background*/ main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light div.menu>ul ul, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light ul.menu ul { background-color: rgba(255, 255, 255, 0.5); }
/* Menu Items Colour */ .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light div.menu>ul ul li a, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light ul.menu ul li a { color: #5b5757; }
/* Menu Underline Colour */ .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light div.menu>ul ul li a:after, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light ul.menu ul li a:after { background-color: #fff; }
Hi Guys,
I applied the custom css code however it is only taking place on the homepage, how can i get it to be applied to the menus of each page?
Thanks
Hi curmi01,
Can you please send me your Wordpress credentials, because I need to login to your site and test this.
To include your credentials click Insert Credentials button in editor toolbar (see how) so your reply will be private.
Thanks!
Hi curmi01,
Solved (see video).
Hi Ylli,
Thanks for reply. However its not what i need.
I need my homepage menu to be the same when i move to all the pages. I added the custom css however it is only working for the hompage.
Hi there,
You can achieve that by just changing color of your menu to White (see video).
P.S: If you want to make your menu area different color then you can add a CSS code like this:
in your Custom CSS area.
Thanks!