• Resolved dotur

    (@dotur)


    Hi there!
    First of all, I would like to thank you for this great theme.

    And now my question: Is it possible/allowed to change that middle circle icon with an own logo?

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter dotur

    (@dotur)

    Solved.

    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(https://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 https://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('https://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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘middle circle icon’ is closed to new replies.