Tagged: x
-
AuthorPosts
-
February 28, 2017 at 8:10 pm #1389622
clitara66ParticipantHi there,
Here is my info:
site: http://www.alchemythree.com
wordpress version: 4.1.2
x-theme: 4.6.4I need to remove the name and date info beneath the title of each portfolio item. Here is an example of one of these items: https://alchemythree.com/portfolio-item/ambit-creative/
I am also wondering if there is a way to have the portfolio item title first, then the image/slideshow and then the descriptive copy?
Thank you!
TaraMarch 1, 2017 at 2:01 am #1389879
RupokMemberHi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
.single-x-portfolio .p-meta { display: none; }Hope this helps and if you want to change the layout then you need to change the template with Child Theme
Cheers!
March 1, 2017 at 5:00 am #1390054
clitara66ParticipantHi there,
Thanks for that–however, I would like to keep the date and author for each blog post. Is there a way to keep the time stamp for blogs but not the portfolio items?
Thanks!
March 1, 2017 at 6:23 am #1390150
LelyModeratorHi There,
I am little confuse. Above CSS will only affect Portfolio item page and not blog post.
Although we can hide each element by using this custom CSS:.single-x-portfolio .p-meta>span:first-child { display: none; /*Hides author*/ } .single-x-portfolio .p-meta>span:nth-child(2) { display: none; /*Hides Date*/ } .single-x-portfolio .p-meta>span:last-child { display: none; /*Hides author*/ }Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1389622 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
