End of Support for Joomla 3 - Forum closed
[SOLVED] Menu items level2 and level3 have same style
- taztag
- Topic Author
- Visitor
- Thank you received: 0
Menu items level2 and level3 have same style was created by taztag
Posted 9 years 10 months ago #6185
Hello,
I bought X2 template. I have a issue with menu, level2 and level3 have same style.
Menu module is in position: sidebar-a
I attached 2 screenshots:
template_jp_x2 => menu items "Installation", "Linux installation" have same style but are not in same level
template_other => menu items "Installation", "Linux installation" have diffent style because are not in same level
How to have same behavior as "template_other".
I tried to change CSS without success.
Thanks in Advance
Laurent
I bought X2 template. I have a issue with menu, level2 and level3 have same style.
Menu module is in position: sidebar-a
I attached 2 screenshots:
template_jp_x2 => menu items "Installation", "Linux installation" have same style but are not in same level
template_other => menu items "Installation", "Linux installation" have diffent style because are not in same level
How to have same behavior as "template_other".
I tried to change CSS without success.
Thanks in Advance
Laurent
by taztag
Attachments:
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Menu items level2 and level3 have same style
Posted 9 years 10 months ago #6188
Yes youre right, sub2 and sub3 has the same style.
But you can change the submenu style via css.
Add this code to your custom.css and overwrite the default style.
Level 2
But you can change the submenu style via css.
Add this code to your custom.css and overwrite the default style.
Level 2
Level 3.menu-sidebar .level2 a > span {
font-size: 11px;
line-height: 17px;
margin-left: 10px;
}
.menu-sidebar .level3 a > span {
font-size: 11px;
line-height: 17px;
margin-left: 10px;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
Last Edit:9 years 10 months ago
by joomlaplates
Last edit: 9 years 10 months ago by joomlaplates.
The following user(s) said Thank You: taztag
Please Log in or Create an account to join the conversation.
- taztag
- Topic Author
- Visitor
- Thank you received: 0
Replied by taztag on topic Menu items level2 and level3 have same style
Posted 9 years 10 months ago #6193
Thanks for your support.
It works !
It works !
by taztag
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic [SOLVED] Menu items level2 and level3 have same style
Posted 9 years 10 months ago #6266
Problem solved.
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates