Hello dotur.
Do you still know how to change that logo?? I’m trying to find out but its been so hard.
I would love if you help me.
thank you!
Thread Starter
dotur
(@dotur)
Hi Joao,
just go into the style.css and replace this:
.icon-off:before {
content: "\f021";
}
with this:
.icon-off:before {
/*content: "\f021?;*/
content:url(http://justanexample.com/examplepic.png);
}
Nice day.
Stuck. I added my desired image to my media files then captured the url for it.
I then went to the style editor and changed as indicated above except that I substituted my address for “justanexample.com” and put the url for the image behind the back slash instead of examplepic.png
I’ve done this with both .jpg images and .png images I have a little box that indicates a picture is all.
Site is http://www.thecrosseyedmonkey.com
Please help
You shouldn’t link to the attachment page, like you’ve done. Instead, you should link directly to the image itself: content: url('http://i0.wp.com/www.thecrosseyedmonkey.com/wp-content/uploads/2014/08/cross-eyed-monkey-picture-bigger.jpg').
Also, it’s not a good idea to edit the theme files directly. If you later updated the theme, you would lose all of your changes. Instead, you should make a child theme or get a custom CSS plugin.