ليس لدى هذا المستخدم أي مواضيع مفضلة.
مواضيع المنتدى المفضلة
مواضيع المنتدى التي تم إنشاؤها
| الحالة |
الموضوع
|
داعم | الأصوات | المشاركات | الحداثة |
|---|---|---|---|---|---|
|
Widget language switcher customization
بدأه: elvinB-6
في: English Support
Problem: Solution: For detailed instructions, see the following guides: If you want to further customize the look and feel, you can use custom CSS. Here is an example of CSS that hides the button-like section and adjusts the styling:
button.sub-menu-toggle {
display: none !important;
}
.primary-navigation .sub-menu {
border: none!important;
background-color: white!important;
}
.primary-navigation .sub-menu li.wpml-ls-item {
background-color: white!important;
padding: 0px!important;
}
li.wpml-ls-item {
background-color: white!important;
}
.primary-navigation .sub-menu::before {
content: none!important;
background-color: white!important;
}
.primary-navigation .sub-menu:after {
content: none!important;
}
.primary-navigation .sub-menu .wpml-ls-item > a {
padding: 10px!important;
}
li.wpml-ls-item > a {
padding: 10px!important;
}
For more information on customizing with CSS, visit How to fix styling and CSS issues for language switchers. If this solution doesn't look relevant, please open a new support ticket at WPML support forum. |
|
2 | 6 | قبل 1 سنة، 9 أشهر | |
|
WPML chat support ticket by elvinB-6 – 1705933262
بدأه: elvinB-6 في: Chat Support |
|
1 | 2 |
قبل 1 سنة، 9 أشهر
|