Hi again!
I have some pages that have a parent page, on those I am using a sidebar. But when you oppen the new page on the browser you can see a list of all the other pages conected to the same parent. You can see in this link: https://drive.google.com/file/d/0B9Cl0WGu5B3BaFAyWlpBQ29EZWM/view?usp=sharing
In the same link it shows the page title, as well. I would like to know how can I make both items disappear. Can you help me?
Thank you!
Hey michellerunge,
Please provide a link to the site so we can log in and take a look at this further.
Best regards,
Jordan Shannon
Hi,
Add the following to quick css:
.main-title.entry-title{
display:none!important;
}
.inner_sidebar .widget_nav_menu{
display:none!important;
}
Let me know if this works.
Best regards,
Jordan Shannon
Hi Jordan!
It works!
Thank you very much!
Hi,
Great! If you need additional help, let us know here in the forums.
Best regards,
Jordan Shannon