Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @bkids,

    I am really happy to hear that you like our theme.
    To remove that box, you could install this plugin https://www.ads-software.com/plugins/advanced-css-editor/ then go to Appearance -> Customize -> Advanced CSS Editor and add this code:

    article .post-img-wrap {
        display: none !important;
    }

    and hit Save & Publish.

    Please let me know if this helps or if I can do anything else for you.

    Best regards,
    Rodica

    Thread Starter bkids

    (@bkids)

    Hi!

    I am not able to see the images that I post with my blog post. I only see them when I open that post but I’d like for them to appear in the list with the topics when I click on drinkbkids.com

    Right now there is only one image that shows up in the post named: “B’KIDS DISTRIBUTES OVER 3,000 SAMPLES AT THE CHILDREN’S FESTIVAL!”

    Could you help?

    Thanks,

    Elle

    Hi Elle,

    You don’t see the images on the blog because of the code I gave you before.
    If you remove that , you will see the image, but we’ll also see the default image for the blog posts that don’t have an image (and that was removed with that code).
    Unfortunately right now there is not possible to also have the images and remove the default blocks.
    We’ll try to find a solution for this and let you know.

    Best regards,
    Rodica

    @rodicaelena
    1) How to remove just the rectangle for the date?
    I use WP Meta and date remover plugin, it removes the texts, but leaves empty rectangle on top of the post image.

    2) How to change size of the post image in the post lists?

    Hi,

    If you want to remove the box date , you could install this plugin https://www.ads-software.com/plugins/advanced-css-editor/ then go to Appearance -> Customize -> Advanced CSS Editor and add this code:

    .post-img-wrap .post-date {
       display: none !important;
    }

    and to change the image size, you could add this:

    .post-img-wrap  img {
    
       width: 100px !important;
       height: 100px !important;
    
    }

    where you can change 100px with the dimensions you want.

    Regards,
    Rodica

    • This reply was modified 8 years, 1 month ago by rodicaelena.

    @rodicaelena
    Thank you for the answer!
    I managed to remove the date box, without recommended plugin – your theme has ‘custom css’ feature in Appearance section.

    Regarding the post images sizes – yes, your css helps to change the images sizes, but not the container for them. It is still with some minimum height and full width. Can it be float and wrapped by post exertion?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove a calendar with the date from my post’ is closed to new replies.