Phantom Auto Layout - Question | JoomShaper

Phantom Auto Layout

RS

Richard Sullivan

SP Page Builder 1 week ago

can this layout have a homepage transparent hero slider

0
2 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 week ago #232302

Hi,

Thank you for reaching out to us.

Yes, the Phantom Auto layout bundle can accommodate a transparent hero slider on the homepage, though achieving this requires custom CSS adjustments and also some other customizations. While custom modifications fall outside our standard support scope, the snippet below should help get you started:

#sp-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: transparent !important;
    border-bottom: none;
}

-Regards.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 days ago #232543

Hi,

Did this resolve the issue for you?

0