Hi,
Please help
I used recent work widget for my page links.. but now i need
– to hide page title when the page is open, or
– to edit it, or
– to make the slogan from home page to appear on all pages instead of page name
Is there a way to do that?
Thank you in advance
To hide the page title Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and click on save button:
.page .page-title-wrap {
display: none;
}
And for to edit it and to make the slogan from home page to appear on all pages instead of page name it needs code customization you have to hire a developer for this.