Home Forums WoodMart support forum Change My Account Font Size In Header Reply To: Change My Account Font Size In Header

#496665

Hello,

You can use this selector:

body .wd-tools-element .wd-tools-text {
    margin-inline-start: 8px;
    text-transform: var(--wd-header-el-transform);
    white-space: nowrap;
    font-weight: var(--wd-header-el-font-weight);
    font-style: var(--wd-header-el-font-style);
    font-size: var(--wd-header-el-font-size);
    font-family: var(--wd-header-el-font);
}

Alternatively, you can add this custom CSS and change the styles as per your needs.

If you have any questions please feel free to contact us.

Best Regards