Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1085298
    Rebekah N
    Participant

    Hi there,

    I’m trying to add some custom code to remove the headline from my posts

    .x-header-landmark {
    display: none;
    }

    When I insert the code – I can’t see anyway to save it. The custom CSS has changed since I was last in there. It’s now a black screen and I can’t see any “Save” button anywhere.

    Thanks πŸ™‚
    Rebekah

    #1085320
    Rahul
    Moderator

    Hi there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1085383
    Rebekah N
    Participant
    This reply has been marked as private.
    #1085539
    Joao
    Moderator

    Hi There,

    Save button is at the top. right of your Customizer Side Bar.

    I have added the code for you.

    Hope that helps

    Joao

    #1085583
    Rebekah N
    Participant
    This reply has been marked as private.
    #1086204
    Friech
    Moderator

    Hi Rebekah,

    Hope you’re doing fine today πŸ™‚ you can simple close that CSS window with that x button after adding your custom CSS.


    screenshot

    Then confirm your changes/update by saving your customizer settings with that blue button.


    screenshot

    I’ve updated your code to this

    .single-post .post-title {display: none;}

    And that removes your post title.

    Hope it helps, Cheers!

    #1086734
    Rebekah N
    Participant

    Thank you! You’re a star πŸ™‚

    Have a beautiful day
    Rebekah

    #1086886
    Christian
    Moderator

    You’re welcome, Rebekah. Glad we could help. πŸ™‚

  • <script> jQuery(function($){ $("#no-reply-1085298 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>