2016-10-18 172 views
0

曾经看过这么一个答案,但是我似乎有一个来自我对style.css头文件做过的mod。实际上,不确定的mod是否将汉堡菜单从屏幕上“推出”,或者我只需要调整颜色。当一个人前往网站时 - 菜单项以文字格式显示,而不是折叠菜单,然后消失。 我工作的WP,使用创世纪的框架,我的网站 - shinwag.com汉堡菜单消失了

.responsive-menu-icon { 
    cursor: pointer; 
    display: none; 
    text-align: center; 
} 

.responsive-menu-icon::before { 
    content: "\f333"; 
    display: inline-block; 
    font: normal 20px/1 'dashicons'; 
    margin: 0 auto; 
    padding: 10px; 
} 

.site-header .responsive-menu-icon::before { 
    padding: 0; 
} 

回答

0

http://www.shinwag.com/wp-content/themes/lifestyle-pro/style.css线1959年 .genesis-NAV-menu.responsive菜单>。菜单项> .SUB菜单。这个类中的genesis-nav-menu.responsive-menu显示:block;删除显示:无;

+0

谢谢。没有,仍然没有展示。 – firstbessy

+0

对不起,更新 - 现在菜单项目出现在文字格式 - 没有汉堡菜单的迹象。 – firstbessy

+0

你的汉堡包图标有,但没有显示,因为图标内容..所以检查那里...... –