Home › Forums › WoodMart support forum › sticky header clone › Reply To: sticky header clone
April 11, 2021 at 8:24 am
#281500
Artem Temos
Keymaster
Hello,
Replace our previous custom code
.whb-clone.whb-sticked .my-account-with-username.my-account-with-icon {
display: none;
}
with this custom CSS snippet:
.whb-clone .wd-header-my-account {
display: none;
}
Regards.