Show Module Above Component - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Show Module Above Component

DR

doug raught

SP Page Builder 3 years ago

I need to show a module above a component (calendar). I tried the "content-top" module position but I discovered it shows the module on ALL pages.

URL of example: https://holyhoster.com/nl/index.php/ec

  1. Here you see that the menu is barely visable. A module (header) would solve this problem.
  2. When you click on one of the events images/links, you are taken to another component page which also needs to have a module placed above it.

Is this even possible? Another solution would be to get the menu to appear with the color background. The style of the site is for transparent and I want to keep that. But it may not be possible on the pages with components.

Hopefully there is a solution that doesn't require me to rethink my menu/header design.

Thanks

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #56544

Hi there!

Thanks for your query.

If you want to show a module in a few selected pages/menus only then you can select those pages within the menu assignment tab of your module as follows:

menuAssignmentModule.png

For your transperent header issue on eventbooking pages, you can add a background color or background image to your main body. Here is a sample code you need to put in your custom CSS:

body.com-eventbooking #sp-main-body {
    background-color: rgb(175 206 207);
    background-image: url(/nl/images/banners/grass-3743023_1920.jpg);
}

Best Regards

0