Disable Title Heading - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Disable Title Heading

GL

Grethe Lambrecht

Helix Framework 2 years ago

https://kv-syd.dk I want to disable the menu bar saying: HOME I did this custom CSS:

Navigate to the template folder of your website. Open the custom.css file. Add the following code: .sp-megamenu-parent > li > a { font-size: 0; } Save the changes.

but it's still showing

0
4 Answers
GL
Grethe Lambrecht
Accepted Answer
2 years ago #120875

I combined them .sp-page-title .sp-page-title-heading { display: none; } that solved it

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #120928

Glad to know that. You can now close this post by accepting the answer.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #120869

Hi

Thanks for contacting us. Use this custom CSS

.sp-page-title {
    display: none;
}

Go to system--> https://prnt.sc/tDbSUJh6LiGu --> Default template-->Template options--> https://prnt.sc/A5nlsBvCQsqs And add your CSS there.

-Regards.

0
GL
Grethe Lambrecht
Accepted Answer
2 years ago #120870

but it's not the article title I want to hide. but the menu title HOME

.sp-page-title .sp-page-title-heading

0