Never had this before (see screen grab below) but can you tell me how to have it removed please?
Many thanks.
Hi desong22!
Thank you for using Enfold.
That is the featured image. Are you sure you wan to remove it? You can use this on Quick CSS:
.single .big-preview.multi-big {
display: none;
}
Cheers!
Ismael
Thanks Ismael, but where do I place this? In Enfold>General Styling>Quick CSS? I currently already have this in the box:-
.avia-mac .flex_column { -webkit-transform: translateZ(0); }
which was supposed to stop the various headers/links ‘pulsing’ but it only reduced the effect but it still flickers (using Safari on a mac).
Hey!
You can code Ismael posted right below your code you have in Enfold>General Styling>Quick CSS field
Cheers!
Yigit
Hi, tried it, but no change :-/
This is what I’ve done…
Sure, it’s: desong.co.uk/blog
Hi!
Please try adding this code to Quick CSS instead
.single .big-preview.single-big {
display: none!important;
}
Cheers!
Yigit
OK, that worked! Thanks….