Tagged: x
-
AuthorPosts
-
August 12, 2016 at 10:53 am #1128883
Jacko_PintoParticipantHello.
– 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!
August 12, 2016 at 11:21 am #1128902
RahulModeratorThanks 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.
August 12, 2016 at 4:17 pm #1129219
Jacko_PintoParticipantThis reply has been marked as private.August 12, 2016 at 11:08 pm #1129584
FriechModeratorHi 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!
August 16, 2016 at 7:43 pm #1134365
Jacko_PintoParticipantThis reply has been marked as private.August 17, 2016 at 1:58 am #1134794
ChristopherModeratorHi there,
Please add this code :
.blog header.x-header-landmark { display: none; }Hope t helps.
September 1, 2016 at 7:41 pm #1157661
Jacko_PintoParticipantThis reply has been marked as private.September 1, 2016 at 7:46 pm #1157748
Jacko_PintoParticipantThis reply has been marked as private.September 1, 2016 at 10:56 pm #1157952
Rue NelModeratorHello 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1128883 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
