• Resolved amusdnom

    (@amusdnom)


    Hello
    Everyone, I am using “Clean Grid” Theme
    Every time I publish a post I need to select Featured image which is most important part
    of any post and Website…

    I want to show my Home page as Grid So I use this one Demo version of Clean Grid Themes.

    But Featured image wich came on post unable to hide while visiting on post.

    I already tried the code

    .single .featured-thumbnail img { display: none; }

    But it didn’t solved my issue.

    Please Help any one if possible.

    • This topic was modified 6 years, 2 months ago by amusdnom.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @amusdnom,

    We can hide the featured image with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-

    .single .clean-grid-post-thumbnail-single {
    display: none !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter amusdnom

    (@amusdnom)

    Hello

    @phpexpert21

    Manoj Ji This code worked for me thanks…

    Manoj Apka Bahot Bahot Dhanyabad!!!!

    Theme Author Superb

    (@themeeverest)

    @phpexpert21 thank you so much for helping out!

    @amusdnom We are happy that you choose to use our theme! If you like the theme then don’t forget to rate it, we really appreciate the support ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove featured image which came on post on top’ is closed to new replies.