HelixUltiamte Background - Question | JoomShaper

HelixUltiamte Background

Scott

Scott

Helix Framework 17 hours ago

How to share a background iamge/gradient with both the menu background and header section as seen in many of your tempates. I am surrpise we cannot do this from the HU Framework,

Joomshaper tempalte examtoples include, tuber, Mednic and Travel Kit

Please do not tell me you do not support customization. This is not customization it a design feature that needs to be avaialbe for use that that we can achieve similare results from th eHU Framework

I have an image to share the background of the manu section.

See hidden info

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 14 hours ago #218935

Hi,

Thanks for reaching out.

Did you mean the main body image you want to be appear as header background also as follows?

https://share.cleanshot.com/DZVKrTHj

https://share.cleanshot.com/gJdwrWGH

If yes, then you need to make your header transparent, then move the main body up with the value of your header height. Here is the sample code:

#sp-header{
            background: transparent !important;
}

.com-sppagebuilder #sp-main-body{

            position: relative;

            top: -100px;
}

It will look like this: https://share.cleanshot.com/tzshX0kw

Here is all about custom code placement in the Helix Ultimate framework:https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

Best regards

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 15 hours ago #218933

HI

Thanks for contacting us. Could you please explain your issue a bit more? If possible give me a screenshot of your issue please.

-Regards.

0
Scott
Scott
Accepted Answer
7 hours ago #218962

Perfect. I did not think about making the menu section tranparent background thank you.

0