Hi there,
Thanks for providing so great theme.
I create a new page and promoting it to front page, but i want hide the page name when it show in front page,
how to implement it?
Thanks a lot,
Andrew

Comments

florian’s picture

You can do it in two ways:

1) for all the titles on the front page:

.front h2 a {
display: none;
}

2) for each title in part:

.front #node-XXX h2 a {
display: none;
}

where XXX is the node number.

Put the above lines in _custom/custom-style.css and you're done.

pursuehappiness83’s picture

Hi Florian,
Thank you so much for your help,
I implement it by your second way.

Best regards,
Andrew

florian’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.