Comments on GutterGlitter All Comments Start of Thread Parent

so is fi-heart the icon it's replacing? if i want to replace another icon i could also put fi-[name]? it also says .navbar, is it possible to put pixels on the side menu, and if so would i have to change that?

sorry if that's a lot of questions, i'm new to CSS :P

if you only specify fi-heart, it'll replace every instance of that foundation icon on the page, which is why .navbar .btn is there to specify to just change the one in the notifications (i didn't do that once and it looked weird in image popups n stuff). If you want to put pixels in the sidebar, the best way to go about that is using the ::before tag on each of the sidebar links, which you can see is how i put the icons in the notifs, and i used it to add the icons around my name in the sidebar and the pixel at the bottom ( for the notifs i actually had to make the font 0px tall and ::before the icon instead of JUST replacing it with {content:} like the menu/sidebar pixels because i couldn't figure out how to get rid of the notification button text)

okay, thank you!! 

the pixel code is now messing with my profile colors? if you don't know anything about that it's fine, you've been so much help already jajaja ^^

thank you sm !

i dunno why it would be messing with the colors, but you might need to use some !important tags on the colors that are getting overwritten, css needs a lot of those if you don't find the exact specific thing to change for everything with that color dfhfgh my own css has SO many importants

Ohhhh that makes sense

Thank you again for your help and advice!!!!!!!