admin wrote:
You may use next selector
Code: |
form[name="translateForm"] select option[value="en"]
|
as example for set color to red and change font site please add below code to your template CSS sile:
Code: |
form[name="translateForm"] select option[value="en"] {
color: #c00;
font-size: 18px;
}
|
Please, Can you give us some suggestions on How to hide the "Language" from the selection list and, instead of it to show as selected the default language ?
OR (to hide the default language into the Module > Language List: ..., while show the "Language" following the Component > Settings > Website Main Language: ...)
I mean the most efficient and simple solution...