This topic has 6 replies, 3 voices, and was last updated 3 years, 1 months ago ago by Olga Barlow
kindly need detail instructions with images how to add language and currency switcher
we use wpml ,thanks
Hello,
Theme options > General > Enable Old Widgets Panel > On. Dashboard > Appearance > Widgets > add swithers into these areas – https://prnt.sc/1uhi1vw Go to Theme Options > Header builder > add connection block into the content and place Widget 1 and Widget 2 elements inside. Select https://prnt.sc/1uhi9px
Regards
thanks for your help after i follow your instruction I’m able to add 2 switcher but need to adjust the interface of switcher specially currency height and want remove upper line and text under USD currency need to look good
thanks in advance
Hello,
Try to add the next code in Theme Options > Theme custom CSS:
.header-main .dd-select {
background-color: transparent !important;
}
.header-main .woocommerce-currency-switcher-form .dd-selected {
padding: 3px 10px 2px 10px;
}
.header-main .widget-woocommerce-currency-switcher .widget-title {
display: none;
}
.header-main .dd-selected label {
color: white;
margin-bottom: 0;
font-weight: 400;
}
.header-main .dd-pointer-down {
border-top-color: white;
}
.header-main form.woocommerce-currency-switcher-form {
margin-top: 3px;
}
.header-main .wpml-ls-sidebars-languages-sidebar .wpml-ls-current-language>a {
background-color: #e95d2a !important;
}
.header-main .wpml-ls-sidebars-languages-sidebar .wpml-ls-current-language>a {
color: white !important;
}
.header-main .dd-pointer-up {
border-bottom-color: white !important;
}
Regards
thanks for your support , most of issues solved but still want remove statement under usd currency “change currency rate……” pls check image
Hello,
Contact plugin author that you used to add currency switcher to find option to remove that text.
Regards
The issue related to '‘add lang and currency switcher’' has been successfully resolved, and the topic is now closed for further responses