Button In Top Bar - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Button In Top Bar

Andrea

Andrea

Helix Framework 3 years ago

Hi, I'd like to put a second menu with a button right next to it in Top Bar. I'm working on J4.1 with HU2.0 -> Prdefined Header -> Top Bar.

My problem is: the top menu works fine, but the button (SP Page Builder module) on his right has a top padding (I suppose) I can't remove. Just can't find it. I'll show you. https://tinyurl.com/y84nb58j

I'd like to have the button in line with the menu, where do I get wrong?

Thank you!

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #63465

Hi

Thanks for contacting us. Could you please give me the screenshot properly.I cant access your screenshot. You can use it

https://imgur.com/

-Regards.

0
Andrea
Andrea
Accepted Answer
3 years ago #63472

Oh sorry, please check on this link. Thank you. Andrea

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #63656

Hi

Do you want to remove this button?

https://prnt.sc/1Ey3zTQAc1vY

Then use this custom CSS

#sppb-addon-1648131050526 #btn-1648131050526.sppb-btn-custom{
    display:none;
}

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.

0