Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #272921
    Bastien Chilloux
    Participant

    Hi,

    How can I disable/hide the page/post title without having a big space/gap between my top menus and my first paragraph/content ? I don’t wanna use header images anymore and get my content to show closer to the top of the pages/posts.

    Thank you !

    #272929
    Skandha
    Participant

    @bastienchill: Hello Bastien,
    To remove the header image
    Go to => Appearance => Customize => Header Media => Enable on => Select Disabled and Publish.

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #272939
    Bastien Chilloux
    Participant

    “without having a big space/gap between my top menus and my first paragraph/content” AND “get my content to show closer to the top of the pages/posts.”

    #273035
    Bastien Chilloux
    Participant

    UP
    I need this to be solved quickly if you can 🙂

    #273055
    Bastien Chilloux
    Participant

    In other words I wanna disable the title of the page/post so that it doesn’t show on the page and get my content closer to the top of the page. I can disable the header but it is stil showing the title of the page/post (I don’t want that) and the content itself is way below in the page itself which is not good for my presentation.
    I wanna do this on every page/post.

    And this is link to my other topic so that I want my menus and site title/slogan to be in “dark” font color on every page except my homepage which stay as it is.

    My website : https://bastienchilloux.com

    Thank you for you support !

    #273290
    Bastien Chilloux
    Participant

    UP

    #273311
    Skandha
    Participant

    @bastienchill: Hello Bastien,
    Go to => Appearance => Customize => Header Media => Enable on => Select Homepageand Publish.

    Then,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.home) article .entry-title {
        display: none;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #273424
    Bastien Chilloux
    Participant

    This is ok to disable the title on pages and posts BUT I need to reduce the space/gap between my menu bar and my content, the space is way to big as you can see on this post for exemple : https://bastienchilloux.com/yassin-coeur-ouvert/

    I want my content to start closer to the top of the page, can you provide my the right CSS code to tweak this space ? Or tell me how to proceed via my child theme ?

    Thank you for your support !

    #273468
    Skandha
    Participant

    @bastienchill: Hello Bastien,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #content, #content .wrapper {
        padding-top: 0 !important;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #273647
    Bastien Chilloux
    Participant

    That’s nice !
    Thank you so much !

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Disable/hide the page/post title without big space’ is closed to new replies.