Where to hide or disable promo bar in header?
-
Hi team,
I need some help,
I want to disable this promo bar which shown on header and also want to customize login / register text.
Refer this snap: https://prnt.sc/l3dssf
Hello,
Navigate to the Theme Settings > Shop Header banner and disable it.
You can rewrite all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3
Best Regards
Thanks team,
Team I don’t want to translate it, i just want to add some font-weight:500 to “Login/Register” and don’t want to use text-transform: uppercare in this button
Hello,
Please add this code to the Theme Settings > Custom CSS:
.woodmart-navigation .item-level-0>a {
font-weight:500;
text-transform:capitalize;
}
Best Regards
This code is also applying to complete menu item which I don’t want I just want to apply this changes in “LOGIN/REGISTER”
Hello,
Replace the provided code with this one:
.whb-col-right .whb-header-links .woodmart-navigation .item-level-0>a {
font-weight:500;
text-transform:capitalize;
}
If it does not work, please provide your site admin access.
Best Regards