- Posts: 25
- Thank you received: 0
Font change in top menu second language
-
annaarg
Inactive member - Topic Author
- Member
Less
More
10 years 1 month ago #43355
by annaarg
Font change in top menu second language was created by annaarg
H
Hello,
I have set Greek as a second language and I want to change the font and size of the Greek menu because the letters do not look good as they are. I see with the inspect element that it is in www.mysite.com/el/ #2(line 732) I cant find it to change it. Can you please tell me where to look? I have searched all the files. I cant find it. I only want to change the greek menu not the english one.
Thank you very much
Hello,
I have set Greek as a second language and I want to change the font and size of the Greek menu because the letters do not look good as they are. I see with the inspect element that it is in www.mysite.com/el/ #2(line 732) I cant find it to change it. Can you please tell me where to look? I have searched all the files. I cant find it. I only want to change the greek menu not the english one.
Thank you very much
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 1 month ago #43357
by ivan.milic
Replied by ivan.milic on topic Font change in top menu second language
You can set module class suffix of menu module for Greek language like this " el-gr" (note first letter is blank) , then use css like this
.el-gr #nav li a{
font-size:16px;
}
put it at bottom of template_css.css
.el-gr #nav li a{
font-size:16px;
}
put it at bottom of template_css.css
Please Log in to join the conversation.
-
annaarg
Inactive member - Topic Author
- Member
Less
More
- Posts: 25
- Thank you received: 0
10 years 1 month ago #43360
by annaarg
Replied by annaarg on topic Font change in top menu second language
No nothing changes. I have put what you told me nothing
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 1 month ago #43368
by ivan.milic
Replied by ivan.milic on topic Font change in top menu second language
On your image it shows you did not put suffix as told you, if you put it correctly line
<ul id="nav" class="menu" >
would look like:
<ul id="nav" class="menu el-gr" >
<ul id="nav" class="menu" >
would look like:
<ul id="nav" class="menu el-gr" >
Please Log in to join the conversation.
-
annaarg
Inactive member - Topic Author
- Member
Less
More
- Posts: 25
- Thank you received: 0
10 years 1 month ago #43374
by annaarg
Replied by annaarg on topic Font change in top menu second language
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 1 month ago #43379
by ivan.milic
Replied by ivan.milic on topic Font change in top menu second language
Do you have one module for menu in Greek and other module for menu in English
Please Log in to join the conversation.
Time to create page: 0.157 seconds