Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1063995

    Hello!
    now how to hide Featured image on open post? where checkbox?

    thanks !

    #1064460

    Hey rusrace,

    There’s no checkbox, you can use CSS instead.

    Best regards,
    Rikard

    #1064475

    can u help me?

    #1064493
    #top.single-post .big-preview.single-big {
        display: none;
    }

    this not work (

    update – this work if place WordPress > Customize > Additional CSS

    #top.single .big-preview,#top.archive .big-preview {
    display: none !important;
    }

    problem fix =)

    • This reply was modified 5 years, 1 month ago by rusrace.
    #1064857

    Hi,

    Great, glad you got it working and thanks for sharing your solution. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1065351

    yep ty! plz close)

    #1065579

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Featured image on posts’ is closed to new replies.