First Level menu text
12 years 4 months ago #4196
by nhyacs
First Level menu text was created by nhyacs
Hi, sorry for my english....
I have a question .
Can i center the text for the first menu level ?
Thanks.
I have a question .
Can i center the text for the first menu level ?
Thanks.
Please Log in or Create an account to join the conversation.
12 years 4 months ago #4198
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: First Level menu text
Hi
each <li> item have a class "levelX" where X=1 for the root level
So you can style how you want with the css
Ced
each <li> item have a class "levelX" where X=1 for the root level
So you can style how you want with the css
Ced
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
12 years 4 months ago #4199
by nhyacs
Replied by nhyacs on topic Re: First Level menu text
Can i have an example? i'm not a specialst in css.
Thanks.
Thanks.
Please Log in or Create an account to join the conversation.
12 years 4 months ago #4200
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: First Level menu text
you must go in the theme folder that you have selected, then edit the css file and add something like this
<?php echo $id; ?> li.level1 > a {
text-align: center;
}
<?php echo $id; ?> li.level1 > a {
text-align: center;
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
12 years 4 months ago #4342
by nhyacs
Replied by nhyacs on topic Re: First Level menu text
Ok solved, Thanks
Please Log in or Create an account to join the conversation.
Time to create page: 0.209 seconds