• somto

    (@somto)


    Thanks for this elegant theme @alxmedia

    Please, there is one feature that I will appreciate if I am helped get rid of it.

    I do need to remove the featured image that shows inside single post pages

    I have deleted the styling inside the “blog-single-inner” class in single.php:

    style="background-image:url('<?php the_post_thumbnail_url('shapebox-large'); ?>');"

    the featured image disappeared, but there is unnecessary space above the blog post title

    Please help me fix this

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi, try adding this in Customize > Additional CSS:

    .blog-single-inner { height: 320px; }

    However, this may break it if you have long text titles for example. As the text lays on top of the divs, it’s not easy to change to dynamic height and is a bit beyond what I can assist you with. You would need to remove some divs and add a new title div that is not on top.

    Thread Starter somto

    (@somto)

    @alxmedia Thanks for the feedback.

    What I need is just the title, other stuffs and no thumbnail.

    I will see if I can fix that, I will use the child theme to try it out.

    Thank you once again for this elegant theme.

    I also need this, did you find a proper solution?

    Thread Starter somto

    (@somto)

    @kd35

    Nothing yet. I am still using it like that.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to remove the feature image on blog posts pages’ is closed to new replies.