Font change in top menu second language

  • annaarg
    Inactive member
  • Topic Author
  • Member
  • Member
More
10 years 1 month ago #43355 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
Attachments:

Please Log in to join the conversation.

More
10 years 1 month ago #43357 by ivan.milic
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

Please Log in to join the conversation.

  • annaarg
    Inactive member
  • Topic Author
  • Member
  • Member
More
10 years 1 month ago #43360 by annaarg
No nothing changes. I have put what you told me nothing :(

Please Log in to join the conversation.

More
10 years 1 month ago #43368 by ivan.milic
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" >

Please Log in to join the conversation.

  • annaarg
    Inactive member
  • Topic Author
  • Member
  • Member
More
10 years 1 month ago #43374 by annaarg
I did put the code you told me. The picture you see is the first one. I managed to change it but it changes both menus. English and Greek.
Attachments:

Please Log in to join the conversation.

More
10 years 1 month ago #43379 by ivan.milic
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
Powered by Kunena Forum