Home icon and how to edit field?
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:2 years 11 months ago
by KenHorse
Last edit: 2 years 11 months ago by KenHorse.
Please Log in or Create an account to join the conversation.
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
by ced1870
Please Log in or Create an account to join the conversation.
Time to create page: 0.702 seconds