How To Layer Menu Over Top Of A Slideshow In Title Position - Question | JoomShaper

How To Layer Menu Over Top Of A Slideshow In Title Position

MH

Matt Hunt

Helix Framework 8 months ago

Hi, I've a client who wants to have the main navigation menu layered over the top of a slideshow positioned in the title position on her site. I have not started building this yet so was hoping for some words of wisdom before I started. Any advice? Similar to this: https://snipboard.io/KEcCJQ.jpg

0
3 Answers
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 8 months ago #183875

Apolozy for the inconvenience. This requirement is achievable using custom CSS to ensure the main navigation menu layers over the slideshow without affecting all pages globally. You can accomplish this by applying specific styles to make the header background transparent and adjusting the positioning of the slideshow. To implement this, Pleas add the necessary CSS code under Template Options → Custom Code → Custom CSS

.custom #sp-header{
background: transparent;
}
.custom #sp-page-title{
margin-top: -80px;
}

Additionally, to apply this layout only to specific pages, you can use Joomla’s Page Display settings by assigning a unique Page Class (here used "custom") in the menu item settings prnt.sc/Hqjn6d5HCrds. This method allows flexibility, ensuring that only selected pages adopt the desired design while keeping others unchanged.

0
MH
Matt Hunt
Accepted Answer
8 months ago #183982

Hi, Thank you for the answer. It got me going in the right direction though it was not .sp-page-title I needed, but .sp-title. Thanks!

0
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 8 months ago #184002

You're very welcome! I'm glad the response pointed you in the right direction. Please marked the issue as solved.

0