Home › Forums › Jevelin Theme › Important/urgent please
Home › Forums › Jevelin Theme › Important/urgent please
Hi
I changed my website a bit. So now when people land op my page -> http://www.sellself.be they can choose between 2 options (see beneath 2 call to actions buttons).
Problem 1: when people land on this page, I don’t want them to see the menu bar (right above should be removed). Only on this page it should not be visible. So just empty.
Problem 2: when people click on the first call to action button with ‘sell’ -> they will be referred to -> https://sellself.be/sell/. All good till now. Buuuut when they land on this page (as mentioned above) -> they should not see the following pages: self, aanbod and contact.
Same with when people press on the second call to action with ‘self’. -> they should not see ‘sell’ on the right upper side.
Pleassse help me with this.
Hi @SaqlainMughal,
I hope you are well today and thank you for your questions.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
body.page-id-1657 .sh-header-builder-main-navigation { display: none; } body.page-id-868 .sh-header-builder-main-navigation li#menu-item-479, body.page-id-868 .sh-header-builder-main-navigation li#menu-item-758, body.page-id-868 .sh-header-builder-main-navigation li#menu-item-91 { display: none; } body.page-id-396 .sh-header-builder-main-navigation li#menu-item-869 { display: none; }
Best regards,
Shufflehound team