Using Coalition as a basic multi page theme http://www.flypressfilms.com
I want to get rid of the word Home on the front page.
How do I do it?
Using Coalition as a basic multi page theme http://www.flypressfilms.com
I want to get rid of the word Home on the front page.
How do I do it?
Hi,
The only word home i see is on your menu. To remove it , please add the following to css/custom.css or to quick css
#top.home .current-menu-item {
display: none;
}
Thanks,
Nick
You must log in to post.