BeSoftware theme - css for the main nav
Good day,
We've imported the data for 'BeSoftware' theme manually using this guide. But the menu looks differently than the one in the demo... Sticky menu looks weird as well.
We've checked the custom css in the theme options and we've found the following code:
/* Menu */
#Top_bar .menu > li.color-sea > a:after { top: 0; background: #00cdc1; }
#Top_bar .menu > li.color-pink > a:after { top: 0; background: #ed007b; }
#Top_bar .menu > li.color-blue > a:after { top: 0; background: #0086e3; }
#Top_bar .menu > li.color-orange > a:after { top: 0; background: #ffbd1f; }
But it still not picking up the colours. We want it to look exactly as the menu on the BeSoftware demo. (Sticky menu as well)
Can you please help us to fix it? Also can you please advise how to set up the link to the homepage for logo?
Thanks,
Alisa
Comments
if you look on Menu, you see that menu items doesn't have classes. But if you look on above css, you see classes for li items. So for example if above class is color-sea, you need to set up the same class name for the item under Appearance > Menus section where CSS Classes (optional) field is.