Home New Guten Forums WoodMart support forum Where to hide or disable promo bar in header?

Where to hide or disable promo bar in header?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #81492

    indrapal
    Participant

    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

    #81519

    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

    #81521

    indrapal
    Participant

    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

    #81558

    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

    #81642

    indrapal
    Participant

    This code is also applying to complete menu item which I don’t want I just want to apply this changes in “LOGIN/REGISTER”

    #81650

    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

Viewing 6 posts - 1 through 6 (of 6 total)