Okay
  Public Ticket #1419899
More than one featured image to the single blog post
Closed

Comments

  •  3
    swedenaskari started the conversation

    Hello,

    How do i remove so i dont need to change the single post featured image? Right now there is some kind of slider between images i attached to the post.

    I just want my featured image to be on top nothing else..

    Can you help me out?

    Please check: https://bohomojo.com/make-your-own-natural-hair-growing-oil/

  • [deleted] replied

    Hi swedenaskari,

    Can you please share your Wordpress credentials here, because I need to login to your site and test this. Your information is safe here (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

    Thanks!

  •   swedenaskari replied privately
  • [deleted] replied

    Hi swedenaskari,

    Can you please add the code below to your Custom CSS area:

    section.blog .post .post-image .owl-carousel .owl-wrapper, .owl-carousel .owl-item:nth-child(2) {
        display: none !important;
    }
    section.blog .post .post-image .owl-carousel .owl-wrapper, .owl-carousel .owl-item:nth-child(3) {
        display: none !important!
    }
    section.blog .post .post-image .owl-carousel .owl-wrapper, .owl-carousel .owl-item:nth-child(4) {
        display: none !important;
    }
    section.blog .post .post-image .owl-carousel .owl-wrapper, .owl-carousel .owl-item:nth-child(5) {
        display: none !important;
    }
    section.blog .post .post-image .owl-controls {
        display: none !important;
    }

    P.S: Please update your theme to the latest version, for more info please read the theme release notes.

    Have a great weekend!

  •  3
    swedenaskari replied

    It did not work. Now the featured image is gone and not even showing please look:

    https://bohomojo.com/make-your-own-natural-hair-growing-oil/


    Its not even possible to change featured image from backend anymore?


    But its strange


  • [deleted] replied

    Hi swedenaskari,

    I just re-edited the CSS code and it works as it should now.

    Have a great weekend!

  •  3
    swedenaskari replied

    Thank you so much have a great weekend!