Tagged: featured image
- This topic has 8 replies, 2 voices, and was last updated 5 years, 6 months ago by Theme Horse Support Team.
-
AuthorPosts
-
April 14, 2019 at 12:29 pm #62406RufandoParticipant
Hello Support. On my Single PAGE or BLOG post Layout, how can I show the featured Image – instead of a fixed one as in Header Option’s “Post/Page Title Background Image”.
I want like the FolioPress Option can show the featured Image in each post/page differently just like this sample. Please help. Thank a lot.
April 18, 2019 at 2:28 pm #62562RufandoParticipantHello Support, I already did my question on top. My new concern is this:
In Superior Pro, I want to SHOW my navigation Menu on my HomePage as by default and Blog Posts BUT I want to Hide the Navigation Menu to my Pages Posts which I already did. Is there a Way I can show my Navigation menu on Homepage and Blog Posts BUT hidden in Pages Posts. Here’s my site https://www.nuevaecija.net/ Thank you very much.
April 24, 2019 at 3:51 pm #62757RufandoParticipantNevermind my 2 questions above. How can I remove the blue/white search holder in my site. See image Thanks a lot for support, in advance.
April 24, 2019 at 4:35 pm #62760Theme Horse Support TeamKeymasterHello Rufando,
To hide the Navigation menu in Pages Posts and hide the search holder just go to Appearance > Customize > Additional CSS and paste below custom CSS code:
.search-toggle { display: none; } @media only screen and (max-width: 767px) { .home .menu-toggle, .blog .menu-toggle { display: none; } }
Thank you!
April 24, 2019 at 5:19 pm #62765RufandoParticipantThank you for the fast reply, The code you gave only remove the Search Live icon But not the Blue Bar where it placed see attache image. I want to hide the Titles and the Menu and the Search – which I already did. Only that Blue bar is staying there. Sending you all the codes presently in my Additional CSS Option
Here:
.page-header .page-title-wrap {
display: none;
}
.single .page-title-wrap {
display: none;
}.single h2.entry-title {
display: none;
}.page .page-title {
display: none;
}.search-toggle {
display: none;
}
@media only screen and (max-width: 767px) {
.home .menu-toggle,
.blog .menu-toggle {
display: none;
}
}April 24, 2019 at 5:21 pm #62766April 25, 2019 at 4:19 am #62769RufandoParticipantI figured that this was the Title Background. The title was removed but not the background. How to hide this bar. Thanks still waiting for the answer.
April 25, 2019 at 4:50 am #62770RufandoParticipantUnder Color Skin – – Promotional Bar/ Page Title — I change the color to matched the background color of the menu nav But still it consume space that is unnecessary to the theme. How to remove it. Sorry for being persistent. Thank you.
April 25, 2019 at 7:36 am #62797Theme Horse Support TeamKeymasterHi Rufando,
Add below line of code into your custom CSS option to hide the page title container:
.page-title-wrap { display: none; }
Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.