"Get A Quote" Button In Event Planner Template - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

"Get A Quote" Button In Event Planner Template

A

Anna

Template 2 years ago

Hi, please I need to remove the "Get a quote" button from the header of the event planner template, unfortunately I can't find it in the menu item. I would also like to eliminate the off-canvas menu altogether, because I will have a single page. Thank you

Anna

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #114535

Hi there!

Thanks for contacting us.

You will find it as a button in your modules list.

However, you can use the following code to get rid of the whole menu column:

#sp-menu {
    display: none;
}

It will remove both the button and the offcanvas for you!

Note: Path towards custom CSS(Joomla 3): Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Best Regards

0
A
Anna
Accepted Answer
2 years ago #114595

Thank you so much Rashida!

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #114756

You're always welcome and have a nice day:)

0