1. danneel
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 15 August 2019
  5.  Subscribe via email
Hi, I'm trying to use a third party menu system (Offlajn Vertical Menu) instead of the default Jasmine menu. I'm trying to hide completely the native menu but I haven't been successful. I have assigned the template customization of the menu to a hidden module but the default menu and the horizontal bar below the menu is still showing. Appreciate the assistance
Attachments (1)
References
  1. http://www.siraschool.org
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.slideout-toggle-open,
#container_header::after {
display: none;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks Ciaran,

Appreciate that. I have applied the code to the Custom CSS. It does leave a horizontal shadow where the full width line used to be. Would like to get that removed as well.
Attachments (1)
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend also add the following to the Custom CSS field...

#container_header {
box-shadow: none;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!