Hi, How do I show featured image only on mobile versions? (By not using mobile theme) And wanted to display the social media share icons just under the featured image. Please help
Hello sujithbhakthan,
Please provide your website so I can inspect it closer regarding on Featured Image and also, please provide a screen pointing to the desired result, it would help us to understand what you’re trying to do. Regarding on your second request with the social media share icons just under the featured image, please notice that is not a simple task and our theme has not such an option in this regard and if you want to make this adjustment you will have to do it yourself or if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you in this regard.
Thanks.
Hi Catallin, I would like to display the featured image only on mobile and hide it on desktop. The website is http://www.techtraveleat.com/
I want to know, is it possible to display the featured image in single post under the heading only on mobile devices and hide on desktop?
Hi,
First of all, please keep in mind that your bumps do not help you because when you write on your topic this one will become a newer topic and this will be in the front of our list. Sorry for the late answer but we answer from oldest to newest. If you post a reply again your post will refresh and move to the newer ones.
If you want to display the featured image only for mobile view for your post pages you will have to use the code below and place it in Theme panel->Custom CSS area.
@media (min-width:767px){
.td-post-featured-image{
display:none;
}
}
I have inspected your website and I think that you have disable the featured image from your panel, right? So, you will have to enable it and try the above code.
Thanks for your understanding!