Several issues
1 year 2 months ago #69974
by chris-t
Several issues was created by chris-t
Hi
I have several issues, please check www.tifner.ch to verify.
Issue 1:
How can I get rid of the + icons when there is a submenu? The following in customcss did not help:
.mobilemenuck-togglericon
{
{display:none;important!
}
Issue 2:
In the submenu the title of the submenu is too close to the first menu entry, how can this be changed? I have added the following to the customcss but it did not do anything:
.mobilemenuck-title
{
margin-top:50px;important!
margin:bottom:20px;important!
Issue 3:
How can I increase tie size of the mobile menu button?
Issue 4:
I wanted to remove the menu bar as I just wanted to have the button. However this appeared to be impossible in the gui so I have removed it in custom css. Is there another way to get rid of it?
.mobilemenuck-bar-title
{display:none;important!
}
Thanks
Chris
I have several issues, please check www.tifner.ch to verify.
Issue 1:
How can I get rid of the + icons when there is a submenu? The following in customcss did not help:
.mobilemenuck-togglericon
{
{display:none;important!
}
Issue 2:
In the submenu the title of the submenu is too close to the first menu entry, how can this be changed? I have added the following to the customcss but it did not do anything:
.mobilemenuck-title
{
margin-top:50px;important!
margin:bottom:20px;important!
Issue 3:
How can I increase tie size of the mobile menu button?
Issue 4:
I wanted to remove the menu bar as I just wanted to have the button. However this appeared to be impossible in the gui so I have removed it in custom css. Is there another way to get rid of it?
.mobilemenuck-bar-title
{display:none;important!
}
Thanks
Chris
Please Log in or Create an account to join the conversation.
1 year 2 months ago #69980
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Several issues
Hi
I give you the codes that you can use to do what you want
1/ remove + icon
2/ add margin to the submenu title
3/ size of the menu button
you shall be able to adjust this in the styling interface
4/ I have checked your css and this is ok
CEd
I give you the codes that you can use to do what you want
1/ remove + icon
Code:
[data-id="maximenuck116"] .mobilemenuck-togglericon::after {
display: none;
}
2/ add margin to the submenu title
Code:
[data-id="maximenuck116"] .mobilemenuck-title {
margin-bottom: 50px;
}
3/ size of the menu button
Code:
[data-id="maximenuck116"] .mobilemenuck-bar-button {
font-size: 80px;
}
4/ I have checked your css and this is ok
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
1 year 2 months ago #69987
by chris-t
Replied by chris-t on topic Several issues
That helped, thank you so much!
Please Log in or Create an account to join the conversation.
Time to create page: 0.205 seconds