Tagged: x
-
AuthorPosts
-
October 30, 2016 at 5:42 pm #1237005
LobsterassParticipantHola rockstars!
Could you please tell me how to hide author + date on portfolio archive pages like this one? Please see image!
<3
October 30, 2016 at 5:58 pm #1237014
NicoModeratorHi There,
Thanks for writing in.
Add this in your customizer > Custom > CSS:
.archive .entry-wrap .p-meta{ display:none; }Let us know how it goes.
Thanks.
October 31, 2016 at 5:27 pm #1238423
LobsterassParticipantHola!
Thanx! That removed the category (LOGO) as well. Is there a way to keep the category?
<3
November 1, 2016 at 12:13 am #1238740
RupokMemberHi there,
Let’s try this :
.tax-portfolio-category .entry-wrap .p-meta span:last-child { display: none; } .tax-portfolio-category .entry-wrap .p-meta span:first-child { font-size: 0; } .tax-portfolio-category .entry-wrap .p-meta span:first-child a { font-size: 14px; }Cheers!
November 2, 2016 at 5:21 am #1240526
LobsterassParticipantHola!
Awesome! Sorry for being so detail oriented but I added word-spacing to separate categories when there are several. This creates unwanted space on the left of the first category. Do you have a better solution for that so that categories are aligned left with headline?
.tax-portfolio-category .entry-wrap .p-meta span:first-child {
font-size: 0;
word-spacing: 10px;
}<3
November 2, 2016 at 6:20 am #1240576
ChristopherModeratorHi there,
Please add this code :
p.p-meta span:first-child a:after { content: " "; }Thanks.
November 2, 2016 at 6:33 am #1240597
LobsterassParticipantAwesome! I love you guys.
<3
November 2, 2016 at 7:24 am #1240638
ThaiModeratorIf you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1237005 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
