Tagged: image, single post
Hi, I apologize as I know this has been dealt with many many times. I have read every thread I could find and tried many “fixes” but cannot get this to work.
I need to swap the pencil icon shown here: http://chagit.com/second-post/ to an image I will upload.
What is the secret sauce that I need to make this happen?
Thank you in advance!
Slade
Hey Slade,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
a.small-preview {
background: url(http: (Email address hidden if logged out) )!important;
background-size: contain!important;
background-position: 50% 50%!important;
background-repeat: no-repeat!important;
}
Best regards,
Yigit
Hi Yigit, Thanks for the response.
That didn’t seem to do anything.
Hi!
Do you mind creating a temporary admin login and posting it here privately so we can look into it? :)
Cheers!
Yigit
Here you go
Hey!
I tried adding the code to quick CSS field and it worked. Please check your custom CSS in Style.css file and correct the errors you might have in there
Cheers!
Yigit
That’s odd. I copied your code to the child-theme style.css file and it wouldn’t take. Anyway…I see the pencil is still showing on top of the new graphic. How do I get rid of that?
Hi!
Please add following code to Quick CSS as well
a.small-preview .iconfont {
display: none;
}
Regards,
Yigit
Thanks Yigit! You’re the best!