• .submenu-colapsado:before{
    	font-family: FontAwesome;
    	content:"\f078";
    	/*content:"\f067";*/
    	float:right;
    	/*font-size:20px;*/
    	border-left:1px solid #444444;
    	padding:0 14px;
    	
    }
    .submenu-expandido:before{
    	font-family: FontAwesome;
    	content:"\f077";
    	/*content:"\f068";*/
    	float:right;
    	/*font-size:20px;*/
    	border-left:1px solid #444444;
    	padding:0 14px;
    }
    	.main-navigation .menu-item-has-children > a:after {
    		font-family: FontAwesome;
    		content: "\f0d7";
    		position: absolute;
    		right: -14px;
    		right: -1rem;
    		top: 0;
    }

    content not showing and loading on my page help me please

    • This topic was modified 8 years, 2 months ago by insandedid.
    • This topic was modified 8 years, 2 months ago by insandedid.
  • The topic ‘content not showing and loading help me please’ is closed to new replies.