Home › Forums › ART WordPress Theme › featured image
- This topic has 13 replies, 2 voices, and was last updated 10 months ago by
tiphanieb.
- AuthorPosts
- October 13, 2022 at 3:36 pm #28452
hello.
on my blog post, i have it set to not show the featured image, but it still shows up. is this a known issue or maybe something is conflicting with the setting?http://antigirl.live/ – the password is hell
as you can see, i am still trying to build my image galleries in the blog post but having major trouble formatting the pages.
also it is best practice to change the search settings [ like colors and fonts ] through css or what? thanks. and i will await your response. i keep getting distracted with other work but i really need to finish this! thank you.
October 14, 2022 at 12:02 pm #28455Hi there,
Welcome to SeaTheme forum.It is possible to hide featured image by custom CSS(“Appearance > Customize: Additional CSS”):
.archive-item .archive-image { display: none; }
And, the custom CSS for the search color:
.input_search_panel, .input_search_panel::placeholder, .input_search_panel:focus, .input_search_panel:focus::placeholder { color: #fff; border-color: #fff; } .search-pop-panel { background-color: rgba(0, 0, 0, .85); }
Regards! SeaTheme – FAQs – WordPress Customization – Facebook
November 9, 2022 at 4:28 pm #28555thank you so much. and that is now fixed..
i am running into issues with the previous / next navigation on blog post, and nothing ever shows up, no matter what i have the setting to on the blog editor.
thanks again for ur help.
November 10, 2022 at 8:15 am #28564Welcome!
For blog posts, please try to enable “Post Previous & Next On Normal Post” on “Art theme/Theme Options/Content”—————
If it doesn’t work still, may I check your website? Could you please leave your wp-admin access (URL / username/password) by picking up “Set as private reply”?
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookNovember 10, 2022 at 5:09 pm #28572This reply has been marked as private.November 11, 2022 at 12:48 am #28576This reply has been marked as private.November 11, 2022 at 12:58 am #28579This reply has been marked as private.November 11, 2022 at 3:02 pm #28585This reply has been marked as private.November 11, 2022 at 3:04 pm #28586This reply has been marked as private.November 17, 2022 at 5:07 pm #28614This reply has been marked as private.November 18, 2022 at 7:48 am #28623This reply has been marked as private.November 21, 2022 at 7:57 pm #28641HEY. thanks so much for taking a look at it and naming the issue. I was racking my brain, trying to think of why it would happen. i do not know but i populated the database over the course of 20 days or less so maybe they took them all as archived posts?
i dont know for sure but it is definitely annoying.. and i definitely need navigation. what should i do exactly? thank you.
November 22, 2022 at 2:48 pm #28645Hi,
I checked again, it should be a permalink custom issue. The post-name was not added on permalink .
It was fixed.If you do not want to display the featured image, please add the custom CSS:
.single-featured-image { display: none; }
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookNovember 22, 2022 at 4:03 pm #28650omg. thank you!!!!!! its working its working!
- AuthorPosts
- You must be logged in to reply to this topic.