Add utf 8 alt and hex or decimal characters to menu
- silvagroup
- Topic Author
- Offline
- Senior Member
-
5 years 6 months ago #54258
by silvagroup
Replied by silvagroup on topic Add utf 8 alt and hex or decimal characters to menu
Ok thank you will certainly try it.
Please Log in or Create an account to join the conversation.
- silvagroup
- Topic Author
- Offline
- Senior Member
-
5 years 6 months ago #54262
by silvagroup
Replied by silvagroup on topic Add utf 8 alt and hex or decimal characters to menu
So sorry to be such a pest, now that my head is totally spinning working on this, it appears that what I am trying to do requires a class type be assigned AHHHHH !!!!!
When you asked for the url i should have given you this www.calvarygs.org ,
So far with my very limited knowledge I was able to determine that the down arrow that is used in attachment is created by using a class type ??? Maybe ??? How would that work in MMCK ??
Again any help would be greatly appreciated.
When you asked for the url i should have given you this www.calvarygs.org ,
So far with my very limited knowledge I was able to determine that the down arrow that is used in attachment is created by using a class type ??? Maybe ??? How would that work in MMCK ??
Again any help would be greatly appreciated.
Please Log in or Create an account to join the conversation.
5 years 6 months ago #54272
by ced1870
try this code, it will create css triangles
but if this is not what you want, I'm afraid that I will not be able to do more for you on this
Joomlack Webmaster and Developer
Replied by ced1870 on topic Add utf 8 alt and hex or decimal characters to menu
Code:
div.mobilemenuck-togglericon::after {
background: none !important;
content: "";
border-style: solid;
border-color: #007bff transparent transparent
transparent;
border-width: 8.7px 5px 0 5px;
width: 0 !important;
height: 0 !important;
top: 10px;
right: 20px;
}
but if this is not what you want, I'm afraid that I will not be able to do more for you on this
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- silvagroup
- Topic Author
- Offline
- Senior Member
-
5 years 6 months ago - 5 years 6 months ago #54284
by silvagroup
Replied by silvagroup on topic Add utf 8 alt and hex or decimal characters to menu
Ced that worked perfectly !!!!!
Made some very minor changes;
div.mobilemenuck-togglericon::after {
background: none !important;
content: "";
border-style: solid;
border-color: #ffffff transparent transparent
transparent;
border-width: 8.7px 5px 0 5px;
width: 0 !important;
height: 0 !important;
top: 15px;
right: 180px;
}
THANK YOU !!!!!!
Made some very minor changes;
div.mobilemenuck-togglericon::after {
background: none !important;
content: "";
border-style: solid;
border-color: #ffffff transparent transparent
transparent;
border-width: 8.7px 5px 0 5px;
width: 0 !important;
height: 0 !important;
top: 15px;
right: 180px;
}
THANK YOU !!!!!!
Last edit: 5 years 6 months ago by silvagroup.
Please Log in or Create an account to join the conversation.
- silvagroup
- Topic Author
- Offline
- Senior Member
-
5 years 4 months ago #54576
by silvagroup
Replied by silvagroup on topic Add utf 8 alt and hex or decimal characters to menu
Ced one more question
Where do I address expanding the area for navigation with above changes to the icon.
The actual contact surface is the size of the icon only which makes it extremely difficult to navigate especially on a cellphone.
So I need to address this.
Thanks in advance
Where do I address expanding the area for navigation with above changes to the icon.
The actual contact surface is the size of the icon only which makes it extremely difficult to navigate especially on a cellphone.
So I need to address this.
Thanks in advance
Please Log in or Create an account to join the conversation.
5 years 4 months ago #54578
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Add utf 8 alt and hex or decimal characters to menu
Hi
sorry but I don't understand your request ... what is the relation between UTF8 and the size of the icon ?
you can give a higher font size and bigger padding to the button if you want to make it easier to click
CEd
sorry but I don't understand your request ... what is the relation between UTF8 and the size of the icon ?
you can give a higher font size and bigger padding to the button if you want to make it easier to click
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.223 seconds