forums › forums › Avaris Support › button in header › Reply To: button in header
October 24, 2017 at 12:43 pm
#11725
Hi,
Try this code instead.
Btw I am getting the selectors from https://mousmm.com/. That’s your website, right?
.headerRow .avaris-headerbuilder-button a:before {
font-family: avaris;
content: '\e8ac';
}
.headerRow .avaris-headerbuilder-button:last-of-type a:before {
content: '\e859';
}
Mobile icon: ‘\e8ac’
Cart icon: ‘\e859’
And i see you have added custom CSS for this selector (.mainHeader .headerButton.style1 a), please change it’s width from:
width: 105px;
to
width: 110px;
Let me know if there is still any issue regarding this part.
And what do you mean by fifth column? Could you please be more specific?
Thanks