Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #185108
    Stan
    Participant

    Hello!
    I am using a custom header on a home page and simple header for other pages.

    In customizer I marked this page as “posts page”. So theme answered by this design:
    http://test2.bonart.gallery/mdm-secrets/

    1. How to change entry-title “Archives”?
    2. How to turn off a custom header for this page?
    3. Where is located php or html file, which defines classes and other content for this page?

    Because page that I created in wordpress panel after marked as “posts page” does not influence on design. Please explain me where to edit this page now.

    #185141
    Skandha
    Participant

    @stan: Hello there,

    1. You will need to create a child theme and do a little bit of customization. Let me know if you are familiar with child the customization otherwise I suggest you to hire a customizer.

    2. To disable custom header for that page
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .blog .custom-header {
    	display: none;
    }
    #content {
    	margin-top: 50px;
    }

    3. Let me know what changes you would like to make to the page so that I can guide you.

    Kind Regards,
    Skandha

    #185174
    Stan
    Participant

    Thank you very much!

    #185177
    Skandha
    Participant

    @stan: Hello there, I hope I was able to help you out. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/intuitive/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #193030
    Stan
    Participant

    Review – done. So I came back to this question again 🙂 I want to insert my image on posts page. But when I insert it through page edit in adminpanel it does not works.

    https://prnt.sc/ppyg9g

    #194893
    Skandha
    Participant

    @stan: Hello there,
    Please post in your site URL and let me know where would you like to insert an image.

    Kind Regards,
    Skandha

    #194943
    Stan
    Participant

    site: madamecreme.com
    I want to insert image centered above “mdmsecrets” title on this page https://madamecreme.com/mdm-secrets/ <—- this page is “archives” which cannot be edit from adminpanel.

    #199466
    Skandha
    Participant

    @stan: Hello there,
    The link you posted does not seem to be an archive page rather it seems to be your homepage.

    Kind Regards,
    Skandha

    #225007
    Stan
    Participant

    Intuitive theme have options to choose a page to be a FRONT PAGE or POSTS PAGE. I choosed a page with a title “home” to be a front page. And a page “MDM secrets” to be POSTS PAGE. If a page choosed as POSTS PAGE (sorry I thought this is archive), design compiles automatically. And I cannot edit it by editing mdm secrets page in wordpress adminpanel.

    #225019
    Skandha
    Participant

    @stan: Hello there,
    The option to have separate header image for pages is only available in pro version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in pro version of the theme.

    Kind Regards,
    Skandha

    #225074
    Stan
    Participant

    Ok, thank you!

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘How to change a header in a posts page?’ is closed to new replies.