Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1128883
    Jacko_Pinto
    Participant

    Hello.

    – How can I get rid of that space at the top of my blog pages? (see attached)
    – Also, I want to change the font on the search box.. I mean the font of the word “search” (see attached)

    Thanks for the help!

    #1128902
    Rahul
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1129219
    Jacko_Pinto
    Participant
    This reply has been marked as private.
    #1129584
    Friech
    Moderator

    Hi There,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .single-post .x-header-landmark {display: none;}
    input.search-query {font-family: cursive;}

    Hope it helps, Cheers!

    #1134365
    Jacko_Pinto
    Participant
    This reply has been marked as private.
    #1134794
    Christopher
    Moderator

    Hi there,

    Please add this code :

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

    Hope t helps.

    #1157661
    Jacko_Pinto
    Participant
    This reply has been marked as private.
    #1157748
    Jacko_Pinto
    Participant
    This reply has been marked as private.
    #1157952
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in!

    To change the font for your search placeholder, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .form-search .search-query::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      color: red;
      font-family: Arial, serif;
    }
    .form-search .search-query::-moz-placeholder { /* Firefox 19+ */
      color: red;
        font-family: Arial, serif;
    }
    .form-search .search-query:-ms-input-placeholder { /* IE 10+ */
      color: red;
        font-family: Arial, serif;
    }
    .form-search .search-query:-moz-placeholder { /* Firefox 18- */
      color: red;
      font-family: Arial, serif;
    }

    Before you remove the space, please take note that area is designed to display the page titles. At the moment it doesn’t display a thing because the headings has a white color. Please go to you customizer, Appearance > Customize > Typography > Headings and set the “Headings Font Color” to black or something else other than white.

    Hope this helps. Please let us know how it goes.

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