badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

How to Show the Featured Image in Page/Post?

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #62406
    Rufando
    Participant

    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.

    #62562
    Rufando
    Participant

    Hello 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.

    #62757
    Rufando
    Participant

    Nevermind 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.

    #62760

    Hello 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!

    #62765
    Rufando
    Participant

    Thank 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;
    }
    }

    #62766
    Rufando
    Participant
    #62769
    Rufando
    Participant

    I 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.

    #62770
    Rufando
    Participant

    Under 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.

    #62797

    Hi Rufando,

    Add below line of code into your custom CSS option to hide the page title container:

    .page-title-wrap {
        display: none;
    }

    Thank you!

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.