Hi Sanjeev,
I added custom icons without any issues per your instructions. Thank you. Next, I realized that I needed the icons for the “category gallery” to be white to match the text. I went back to icomoon and added “white” versions of the desired icons and and output again… and again… and again. I tried 18 different times before giving up. NONE of my white icons are visible in wordpress. The grey icons show up fine, but not the white.
This morning, I decided to leave the grey icons and try to style them to white using CSS.
First, I edited the style.css file as such:
.icon-drinking:before {
content: “\e9f1”;
color: #808080;
}
.icon-island:before {
content: “\e9f9”;
color: #fff; !important;
}
.icon-whale-watching2:before {
content: “\e9fa”;
color: #808080;
I tried with and without the !important designation. I also tried similar code in the customizer. As you can see from the screen shot, I’ve had no luck.
Please advise. Thank you!