Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #318632

    I’ve been trying different CSS codes to remove the title white on top of new created pages. Unfortunately non of them works. Can you help please?

    Thanks,

    Shayne

    #318637
    tikaram
    Keymaster

    @lordshayne : Can you please post in your site URL so that I can check for spacing issue on your site and provide you the required additional css.

    Regards,
    Tikaram

    #318638

    Hi Tikaram,

    The URL is: https://bzx.699.myftpupload.com/womens-lookbook/

    Thanks,

    S.

    #318644
    tikaram
    Keymaster

    @lordshayne : Please try adding the following additional css and let me know if it works as desired or not.

    body:not(.home) .wp-site-blocks main {
        padding-top: 0 !important;
    }
    
    body .wp-block-inner-page-title {
         margin-bottom: 0 !important;
    }

    Let me know if this helps you out

    Regards,
    Tikaram

    #318646

    Hi Tikaram,

    This worked perfectly now!

    Many thanks for your help.

    Best,

    S.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Title Space Removal’ is closed to new replies.