Hi,
You can see Remove Feature Image just below you feature image in page edit window.
Thanks.
Thread Starter
dlompy
(@dlompy)
Hi there thanks for the quick reply! i dont have the button unfortunately. But i’ve found a way around. Thanks!
Thread Starter
dlompy
(@dlompy)
Hi
i have one more problem. How do i remove date and author and comments from the search results?
Ive tried
adding the following to custom css
.search .entry-meta {
display: none;
}
adding the following to editor
<style>
.author-link, .date_of_post { display:none }
</style>
Still no good. Thanks!
Hi,
Please go to Admin Dashboard >>Appearance >>Customize >>Weblizar Options >>Theme General Options and find Custom CSS.
Now copy below CSS in Custom CSS
.search-results .blog-post-details {
display: none !important;
}
Save the changes.
Thanks.
Thread Starter
dlompy
(@dlompy)
thanks! works like a charm.
I have one more problem. My footer isnt sticking to the base on my page.
Ive tried a few codes but they dont seem to work. Do you have something that works with Weblizar?
Thanks!
Hi,
Please provide your site url.
Thanks.
Hi,
It is theme part for providing copyright and social icons.
As you did not use theme so they are not visible.
Thanks.