Hi, i can not show the menu and logo in the left sidebar. I only want it to appear in the internal pages and not in the first page. Can you take a look?
I will send you the login details in private content.
thanks
Fabio
Hey sutiboz,
Are you running any css to hide it on the homepage?
Best regards,
Jordan Shannon
Hi Jordan, no css at all. I do not want to be desplayed in the home page, but in the internal ones and it does not work. PLease see the sample in the private content. thanks
Hi,
Add the following to quick css:
#header{
display:block!important;
}
Confirm this works and we will work on hiding it on the homepage.
Best regards,
Jordan Shannon
Hello Jordan, thisi is great thank you. But i need to show this only in the internal pages and not in the home page. How can i do?
thanks
Fabio
Hi,
Okay now also add this:
.home #header{
display:none!important;
width:0px!important;
}
#main.all_colors{
margin-left:0px!important;
}
Best regards,
Jordan Shannon
Hi Jordan, great thanks. But now there is an issue in the internal pages, some text is cut. PLease see the link in the private message
thanks
Fabio
Hi,
Apologies, edit the last css to this:
.home #header{
display:none!important;
width:0px!important;
}
.home #main.all_colors{
margin-left:0px!important;
}
Best regards,
Jordan Shannon