Tagged: x
-
AuthorPosts
-
January 2, 2017 at 7:02 am #1312501
Paul RModeratorHi,
You can add this under Custom > Edit Global CSS in the Customizer.
/* Archive page */ .x-header-landmark { background-size: contain !important; } .archive.category .x-header-landmark { display:none; } /* Comment number */ .h-comments-title small { top: -4px; right: -40px; width: 30px; height: 30px; font-size: 16px; font-weight: 300; line-height: 34px; }Hope that helps.
January 2, 2017 at 9:16 am #1312649
KarenParticipantHi Paul,
thanks a lot — I’m afraid that’s not working at all. see screenshot.
Maybe would it be possible to get rid of the image AND the header underneath as well, on archive page?January 2, 2017 at 11:12 am #1312914
JadeModeratorHi Karen,
Please try this code:
.archive .h-landmark, .archive .p-landmark-sub { display: none; } .archive .x-header-landmark { width: 100%; }Hope this helps.
January 2, 2017 at 11:55 am #1312964
KarenParticipantHi Jade,
great, that code just made my day! Thank you so much πBy the way, this bit changed the size of the little round button with the number of comments indeed:
/* Comment number */
.h-comments-title small {
top: -4px;
right: -40px;
width: 30px;
height: 30px;
font-size: 16px;
font-weight: 300;
line-height: 34px;
}It’s still kind of ugly…. What could I add into CSS to delete the button completely?
Regards, Karen
January 2, 2017 at 1:18 pm #1313070
JadeModeratorHi Karen,
Please try this:
.h-comments-title small { top: 0px; right: -40px; width: 25px; height: 25px; font-size: 12px; font-weight: 300; line-height: 28px; }Hope this helps.
January 2, 2017 at 1:34 pm #1313097
KarenParticipantHi Jade,
sorry, the button is still there πJanuary 2, 2017 at 3:03 pm #1313218
Nabeel AModeratorHi again,
Please add the following code in your Customizer:
.h-comments-title small { display: none !important; }Let us know how this goes!
January 2, 2017 at 3:10 pm #1313225
KarenParticipantHey Nabeel,
its gone π π
Thank you for your help and good night for today!Regards, Karen
January 2, 2017 at 6:07 pm #1313386
JadeModeratorYou’re most welcome, Karen.
January 2, 2017 at 6:07 pm #1313387
JadeModeratorYouβre most welcome, Karen.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1308854 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
