Design Menu - Question | JoomShaper

Design Menu

DR

Daniel Ramklo

SP Page Builder 4 days ago

Hi,

Is there any way to redesign the menu in sp page builder? Now it is really boring, for example I want the hero image to go all the way up and have the menu in the image. Is that possible?

0
6 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 days ago #221225

Hi,

Here is the necessary CSS:

.header-sticky #sp-header, .sticky-header #sp-header, #sp-header.header-sticky, #sp-header {
    background: transparent !important;}
.com-sppagebuilder #sp-main-body {
    margin: -60px;
}

But you need to remove the following two lines first, to get my code as working solution: https://cleanshot.com/share/x8PnvnGm

I think you have added that in your template's custom CSS field. Since it has !important already so it doesn't overrided by my code.

Let me know if you need further help.

Best regards.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 days ago #221217

Hi there!

Thanks for reaching out.

Yes, it's possible with some custom CSS. Please share your site URL where you want to achieve this. Right now I can't find any header in your https://www.ramklodronarfoto.se/ site.

Best regards

0
DR
Daniel Ramklo
Accepted Answer
4 days ago #221221

I give up, th header is back now if you can look :)

0
DR
Daniel Ramklo
Accepted Answer
4 days ago #221220

just removed it, building a new header instead of using the predefined. Maybe I change my mind and give the css a chance :)

0
DR
Daniel Ramklo
Accepted Answer
4 days ago #221258

Thank you for amazing and fast support from you guys here! It worked

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 days ago #221374

Glad that I could help and you are always welcome:)

Have a nice day!

0