Home Forums WoodMart support forum sticky header clone Reply To: sticky header clone

#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.