Hi there-
With the latest update, my top navigation icon (font awesome) changed from a single carat to a double arrow. Can you post the correct css to add to my site to change it back? I can’t seem to figure it out without changing the search icon as well. I’m obviously missing something. Thank you!
Would like to change the double down arrow to a single carat - font awesome: “f078”
I added this to the css but it also changes the search icon:
[data-x-icon-s]:before, [class*=“cs-fa-”]:before {
color: #1B75BB;
content: “\f078”
}
website: https://www.sigmadzn.com/
Thank you for the assist!