Hi There,
Please go to Appearance->Theme Option->Tools in the custom css field please place below code to hide title.
div#accesspress-breadcrumb
{
display: none;
}
Thanks.
Thread Starter
Tiffany
(@tiffanycyee)
Thank you, that worked perfectly. There’s still significant space between my menu and the page’s content.
I tried these code’s:
#page .mid-content{
margin-top: 0px !important;
}
#page #primary .hentry{
padding-top: 0px !important;
}
But it only helped a little bit, is there anything else I can try? Thank you!
Hi There,
Please use below code to reduce space between header and content
header.entry-header {
padding-top: 72px !important;
}
#header-wrap .entry-header-inner
{
padding: 0px !important;
}
Thanks.
hi there
i have used the code given by you in custom Css section for my website
but still title can be seen.following is the code i have used.
div#accesspress-breadcrumb
{
display: none;
}
can you please help me on this?
my sitelink is http://www.dezigninfinity.com
Hi Pritil.
Thank you for writing in.
Can you be more specific to the issue?
Please let us know about the title. We mean in which title you are having issue.
Thanks.