Skip Helix Page Title On Article Pages - Question | JoomShaper

Skip Helix Page Title On Article Pages

J

Jochen

Helix Framework 3 years ago

Hi there,

I have the Helix Page Title on a category menu, what is wanted: https://fendie.de/photography-technik

What I don't want is the title to be shown on article pages: https://fendie.de/user-technik/165-die-differenziale

How can I change this?

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #8763

Hi there!

Thanks for your query!

If you don't want the page title in your article details pages then you can use the following code in your custom CSS:

.variation-photography.view-article .sp-page-title{
    display: none;
}

Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code. https://prnt.sc/pu705g https://prnt.sc/pu70zn

Hope this will serve your purpose!

Best Regards

0
J
Jochen
Accepted Answer
3 years ago #8767

Exactly what I needed. Much appreciated, thank you.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #10197

You are always welcome:)

0