Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #367957

    Never had this before (see screen grab below) but can you tell me how to have it removed please?

    Many thanks.

    screenshot

    #368152

    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

    #368615

    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).

    #368617

    Hey!

    You can code Ismael posted right below your code you have in Enfold>General Styling>Quick CSS field

    Cheers!
    Yigit

    #368622

    Hi, tried it, but no change :-/

    This is what I’ve done…

    screenshot2

    #368623

    Hi!

    Can you post the link to your website please?

    Best regards,
    Yigit

    #368627

    Sure, it’s: desong.co.uk/blog

    #368629

    Hi!

    Please try adding this code to Quick CSS instead

    .single .big-preview.single-big {
    display: none!important;
    }

    Cheers!
    Yigit

    #368633

    OK, that worked! Thanks….

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘How to remove blog thumbnail in header’ is closed to new replies.