zhigh Apr 21, 2017 · 1:35 pm #6348 Hello, I am using a widget in my top bar for a facebook icon, but it shows the ultra default icon off to the side of the icon that I am trying to use. I would use the default icon, but I could not find out how to change the color of it in the top right top bar menu and it isn’t visible without hovering due to my background. If you could help me out with this, I would greatly appreciate it!
I am using Ultra Premium
Thanks
site link: http://allseasonstemp.com.previewc40.carrierzone.com/
Andrew Misplon Puro Apr 21, 2017 · 1:44 pm #6352 Hi zhigh
Thanks for your support. Please, try adding the following to Customize > Additional CSS OR your own Custom CSS plugin:
/* Menus */
.menu a[href*="facebook.com"]:before {
content: none;
}
zhigh Apr 21, 2017 · 2:01 pm #6363 It is still showing up, I tried it on additional css and custom css
Andrew Misplon Puro Apr 21, 2017 · 2:04 pm #6365 Ahh, ok, delete the CSS I sent and copy it from this source:
https://pastebin.com/SJyE3Ytb
The inverted commas are turning into HTML chars, can you see it?
zhigh Apr 21, 2017 · 2:11 pm #6368 Awesome! It worked! Thank you so much!
Andrew Misplon Puro Apr 21, 2017 · 2:15 pm #6369 Super, glad that helped 🙂 All the best.