LOVE this theme! But want to remove the date and time from individual portfolio pages. Will you help me with that?
Hide portfolio dates in Flashlight theme
11 posts from 5 voices-
Posted 1 year ago #
-
Hey,
please add following code to css/custom.css:
.single-portfolio .blog-meta{ display: none; }This will hide the date, time, etc.
Posted 1 year ago # -
I'd like to keep the date but hide the time. How do I do that?
Posted 1 year ago # -
But portfolio categories, "Archive:______" still shows the date and time. How do you hide those?
Posted 1 year ago # -
This will also hide the blog date and time because they use the same functions to display but add the following to your Quick CSS or custom.css:
.template-blog-overview .date{ display:none; }Posted 1 year ago # -
Great that code worked, but it left " / in " still there which looks a bit off. How do I remove that?
Posted 1 year ago # -
i also tried this and the second example worked at least for portfolio overview, but in archive for: i still get ''/ in Categorie'' displayed..
how to remove that one also?
thxPosted 1 year ago # -
How do I remove the time only from the Recent Posts list the shows up on the left side bar?
Posted 1 year ago # -
Hey,
open up framework\php\class-framework-widgets.php and search for following code:
echo "<span class='news-time'>".get_the_time("F j, Y, g:i a")."</span>";change it to
echo "<span class='news-time'>".get_the_time("F j, Y")."</span>";Posted 1 year ago # -
Excellent! Thank you so much!
Posted 1 year ago # -
Hi!
Glad that I could help you :)
Regards,
PeterPosted 1 year ago #
Topic Closed
This topic has been closed to new replies.














