Tagged: x
-
AuthorPosts
-
September 28, 2016 at 7:41 am #1193811
peopleholdingParticipantHow can I remove the behavior when hovering over the featured image for a post? Currently the image fades and a permalink icon appears, I’d like the image to remain 100% and no icon to appear. This effect is especially distracting on the mobile version because scrolling past a post creates this distracting effect that isn’t useful for the reader. Thanks!
September 28, 2016 at 8:00 am #1193853
JoaoModeratorHi There,
Please add the following code to Appereance > Customizer > Custom > CSS
body .entry-thumb:before { display: none; } body a.entry-thumb:hover img { opacity: 0.75; filter: alpha(opacity=75); zoom: 1; }Hope it helps
Joao
October 1, 2016 at 8:01 am #1198454
peopleholdingParticipantunfortunately that didn’t remove the hover effect and icon
October 1, 2016 at 8:53 am #1198496
ThaiModeratorHi There,
Please try with this:
.entry-thumb:before { display: none; } a.entry-thumb:hover img { opacity: 1; }Hope it helps 🙂
October 2, 2016 at 1:52 pm #1199543
peopleholdingParticipantHello –
It looks the same when I use this new version of code.
October 2, 2016 at 7:48 pm #1199850
RadModeratorHi there,
Would you mind providing your site’s URL that has this issue?
Thanks!
October 3, 2016 at 8:49 am #1200475
peopleholdingParticipantOctober 3, 2016 at 9:36 am #1200513
ThaiModeratorHi There,
Please find this CSS:
p.p-meta span:nth-child(1) { display: none !important; p.p-meta span:nth-child(3) { display: none !important; } .single-x-portfolio .entry-featured { display: none !important; } .single-post .entry-featured{ display:none; } .entry-thumb:before { display: none; } a.entry-thumb:hover img { opacity: 1; }And change to this:
p.p-meta span:nth-child(1) { display: none !important; } p.p-meta span:nth-child(3) { display: none !important; } .single-x-portfolio .entry-featured { display: none !important; } .single-post .entry-featured{ display:none; } .entry-thumb:before { display: none; } a.entry-thumb:hover img { opacity: 1; }Hope it helps 🙂
October 4, 2016 at 10:12 am #1202087
peopleholdingParticipantYes! This worked. Thanks!!!
October 4, 2016 at 10:40 am #1202125
RahulModeratorGlad it worked for you.
If you still have any issues with the theme, let us know. We’d be happy to assist you with anything.
Thank you.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1193811 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
