Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #188028

    Hi there,
    I already read this https://kriesi.at/support/topic/rollover-disc-arrow-replacement-part-2/
    but I don’t want to use a different icon. Instead I want to use a png file of my logo (the same I am using as an avatar here in the forum)
    Is that possible?
    Thanks

    #188035

    following…

    #188059

    Hey!

    Try with this code:

    .image-overlay.overlay-type-extern .image-overlay-inside::before{
    	content: url(https://1.gravatar.com/avatar/707b60c56bd8d542ae9f872631c1aefa?s=80&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D80&r=G);
    }

    Cheers!
    Josue

    #188080

    Thanks, that worked. If I want to use a different picture down the line can I just exchange the link?

    #188090

    Hi!

    Yes, just change what’s inside those parenthesis and you are good to go :)

    Cheers!
    Josue

    #188111

    Hi Josue, I still see the other logo in pictures of posts.

    Look here.

    #188118

    Hi!

    Try with this:

    .image-overlay.overlay-type-extern .image-overlay-inside::before, .image-overlay.overlay-type-image .image-overlay-inside::before{
    	content: url(https://1.gravatar.com/avatar/707b60c56bd8d542ae9f872631c1aefa?s=80&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D80&r=G);
    }

    Cheers!
    Josue

    #189238

    Hi Josue,

    After having it used for a day, I find these picture animations way too annoying. How can I turn them off completely? I don’t want anything to happen when people hover over pictures…

    Best, Raphael

    #189243

    Hi!

    Please add following code to Quick CSS to remove hover effect

    .image-overlay { display: none!important; }

    Cheers!
    Yigit

    #204998

    Hi,
    I tried using this code: .image-overlay { display: none!important; } in the quick css to remove the red circle/arrow image rollover but it doesn’t do the job. What am I doing wrong? see: http://www.copenhagenfilmcompany.dk/2014/about-us/

    #205038

    Hey!

    It seems like code is not being applied. Please try adding it to bottom of Style.css file of your child theme in Appearance > Editor

    Cheers!
    Yigit

    #218997

    Hi, I’m using the dutch wordpress and the Enfold child theme. It is not clear to me were I should put the code to replace the arrow with my own png image. Please advice.

    Best regards

    Mary-Ann

    #219100

    Hey!

    Go to Appearance > Editor and look for the style.css file, it should look like this:

    Paste the code there.

    Cheers!
    Josue

    #219250

    It worked. But the hart png is not in the middle of the circle. See http://www.babystuffcompany.nl What am I doing wrong?!

    #219252

    I’m sorry, I was to quick with asking for help. I’ve solved it. The png should be 80×80.

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘How to exchange default picture rollover symbol with custom png picture?’ is closed to new replies.