- Posts: 5
- Thank you received: 0
Wanting default page to look the same as other pages
-
jpm
Inactive member - Topic Author
- New Member
Less
More
1 year 8 months ago #50274
by jpm
Replied by jpm on topic Wanting default page to look the same as other pages
Hello Milos
How is this implemented ?
Thanks
Jonathan
How is this implemented ?
Thanks
Jonathan
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
1 year 8 months ago #50277
by milos
Replied by milos on topic Wanting default page to look the same as other pages
Hello,
You should change the menu type of your menu, but the menu styling will be reset when you change the type. So, maybe it’s a good idea to copy the entire menu in Joomla, replace existing menu in the template layout, and then use this menu for testing purposes.
More about menus in our framework here www.hotjoomlatemplates.com/sparky-documentation/menus
More about Mega Menu type here www.hotjoomlatemplates.com/sparky-documentation/menus/mega-menu
Regards,
Milos
You should change the menu type of your menu, but the menu styling will be reset when you change the type. So, maybe it’s a good idea to copy the entire menu in Joomla, replace existing menu in the template layout, and then use this menu for testing purposes.
More about menus in our framework here www.hotjoomlatemplates.com/sparky-documentation/menus
More about Mega Menu type here www.hotjoomlatemplates.com/sparky-documentation/menus/mega-menu
Regards,
Milos
Please Log in to join the conversation.
-
jpm
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
1 year 7 months ago #50334
by jpm
Replied by jpm on topic Wanting default page to look the same as other pages
Hello Milos
How do you achieve two columns, but for the same list (so no header on say the second column) ?
Thanks
Jonathan
How do you achieve two columns, but for the same list (so no header on say the second column) ?
Thanks
Jonathan
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
1 year 7 months ago #50335
by milos
Replied by milos on topic Wanting default page to look the same as other pages
Hello,
If your question is related to the mega menu, then you must have the headers (they are on the 2nd level), but you can hide them by adding this in file /media/templates/site/host/css/custom.css (at the top of the file):
Regards,
Milos
If your question is related to the mega menu, then you must have the headers (they are on the 2nd level), but you can hide them by adding this in file /media/templates/site/host/css/custom.css (at the top of the file):
Code:
.hjt-megamenu-menubar-item a.hjt-megamenu-dropdown-panel-list-title {
display: none;
}
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.140 seconds