Tagged: x
-
AuthorPosts
-
September 16, 2016 at 3:47 pm #1178655
GrumpyParticipantExample page is here: http://akitio.net.nz/product/akitio-t3t/
I used this Global Custom CSS to remove the DATE on a portfolio item page:
.x-portfolio .p-meta .entry-date { display: none; }Also in the Global Custom CSS I used the following to remove the AUTHOR (from Blog and Portfolio:
.p-meta span:nth-child(1), .p-meta span:nth-child(5) { display: none !important; }However, a stray “/” remains in front of the CATEGORY on the Portfolio item page. How may I remove it?
Thanks.
September 17, 2016 at 12:41 am #1179045
DarshanaModeratorHi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
.p-meta span:nth-child(2)::after { display: none; }Hope that helps.
September 17, 2016 at 1:08 am #1179070
GrumpyParticipantBeautiful! Thank you!
September 17, 2016 at 1:11 am #1179074
GrumpyParticipantI spoke too soon. 🙂 I now seem to have a slight display problem in the blog section, where I DO want the date displayed (including the “/” separator). Any suggestions?
September 17, 2016 at 2:59 am #1179159
ChristopherModeratorHi there,
Please update previous code to :
.single-x-portfolio .p-meta span:nth-child(2)::after { display: none; }Hope it helps.
September 17, 2016 at 2:24 pm #1179565
GrumpyParticipantPerfect. Thank you.
September 18, 2016 at 12:25 am #1179864
ChristopherModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1178655 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
