Home icon and how to edit field?
4 years 9 months ago - 4 years 9 months ago #55804
by KenHorse
Home icon and how to edit field? was created by KenHorse
How can I change the "home" icon and add the text "Home" to that menu selection?
I am currently developing a site and you can see it here:
204.195.71.96/index.php
(I did purchase the Params module if that makes a difference)
I am currently developing a site and you can see it here:
204.195.71.96/index.php
(I did purchase the Params module if that makes a difference)
Last edit: 4 years 9 months ago by KenHorse.
Please Log in or Create an account to join the conversation.
4 years 9 months ago #55805
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Home icon and how to edit field?
Hi
this has nothing to do with the Accordeon Menu CK, using a native joomla menu you will get the same result
this is because you have added an icon css class on the anchor link, and it gives a 14px width to the item. Then the text is no more shown
you must solve this using CSS, something like this
CEd
this has nothing to do with the Accordeon Menu CK, using a native joomla menu you will get the same result
this is because you have added an icon css class on the anchor link, and it gives a 14px width to the item. Then the text is no more shown
you must solve this using CSS, something like this
Code:
a.accordeonck[class^="icon-"] {
width: auto;
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
4 years 9 months ago #55807
by KenHorse
Replied by KenHorse on topic Home icon and how to edit field?
Thank you!
Please Log in or Create an account to join the conversation.
Time to create page: 0.205 seconds