End of Support for Joomla 3 - Forum closed
[SOLVED] Mobil Menu Separators show same like menu-items
- diva4650xx
- Offline Topic Author
- Junior Boarder
- Posts: 32
- Thank you received: 0
Mobil Menu Separators show same like menu-items was created by diva4650xx
Posted 9 years 8 months ago #7243
The mobil menu does not show separators (in yellow circle) and linked items in a different look like color or Style. So, a visitor is trying to push the separator as a link.
Is there a CSS command, where I can change the separator color or a similar difference?
many rthanks
roland
Is there a CSS command, where I can change the separator color or a similar difference?
many rthanks
roland
by diva4650xx
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 Mobil Menu Separators show same like menu-items
Posted 9 years 8 months ago #7245
Hi there,
sorry but its always a link. But you can analyze the css file for this link and change it.
Add the code below to your file > css/custom.css
sorry but its always a link. But you can analyze the css file for this link and change it.
Add the code below to your file > css/custom.css
.uk-nav-off-canvas > li.uk-parent a {background:#ff0000}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
Last Edit:9 years 8 months ago
by joomlaplates
Last edit: 9 years 8 months ago by joomlaplates.
Please Log in or Create an account to join the conversation.
- diva4650xx
- Offline Topic Author
- Junior Boarder
- Posts: 32
- Thank you received: 0
Replied by diva4650xx on topic Mobil Menu Separators show same like menu-items
Posted 9 years 8 months ago #7269
It may be a matter of the css Syntax - this one (attachment) won't work.
by diva4650xx
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 Mobil Menu Separators show same like menu-items
Posted 9 years 8 months ago #7272
Live url please!
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- diva4650xx
- Offline Topic Author
- Junior Boarder
- Posts: 32
- Thank you received: 0
Replied by diva4650xx on topic Mobil Menu Separators show same like menu-items
Posted 9 years 8 months ago #7273
by diva4650xx
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 Mobil Menu Separators show same like menu-items
Posted 9 years 8 months ago #7288
Add this code to your file: css/custom.css
After that you have no more mouse hover at the separator in off canvas menu#offcanvas a[href="#"] {
cursor:none;
}
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