Remove The Header Top Of A Page - Question | JoomShaper

Remove The Header Top Of A Page

M

miguel

General 1 year ago

Hello, I am using the Finion template, and I want to remove the TOP BAR from a single specific page builder page and I don't know how to do it? that is, I don't want top bar to appear in news, for example.

0
7 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #108145

Hi Miguel,

  1. Create Template Style copy
  2. Inside that copy, change header style - to that one that doesn't have top-bar
  3. Assign that template copy to submenu item that you need

So simple, without extra CSS. Method works for all templates in J3 & J4.

0
M
miguel
Accepted Answer
1 year ago #108279

Thanks

0
M
miguel
Accepted Answer
1 year ago #108280

you don't have some screenshots to see?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #108292

BTW

If that template doesn't have option to choose preset header without top-bar. You have two (2) options, one of them... needs those 2 begin steps: step-1-2.jpg

Then in Template Duplicate in Custom Code > Custom CSS add below code:

#sp-top-bar {
  display: none;
  visibility: hidden;
}

Of course That template must be assigned to menu item where you have Page (SPPB)

info_643_2023.png

.

0
M
miguel
Accepted Answer
1 year ago #108356

Thank you so much for your advice

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #108357

I agree with images is easier to understand :)

please mark as solved.

0
M
miguel
Accepted Answer
1 year ago #113116

Hello, Yes thank you I solved

0