Hi...!!!,
Please check http://federico-antelo.org/portfolio-item/obras-works-2011-3 I would like to remove the date right sidebar from this page, is it possible???, How could I do that?.
Thanks
Delete DATE right side-bar in portfolio entry
12 posts from 4 voices-
Posted 1 year ago #
-
Hi,
in your style.css find
.template-single-blog .blog-meta
Here, you can add:
display:none;
Between the brackets.Let me know if it works, don't forget to clear your cache after updating it!
Posted 1 year ago # -
HI,
It works, but I wanted to delete the date only from the portflolio page, BUT I'VE DELETED THE DATE FROM THE BLOG PAGE ALSO. Can I delete the date ONLY FROM PORTFOLIO PAGE?.
ThanksPosted 1 year ago # -
Hi,
did you solve the issue? In your blog I see "02 dic 2011 ", in your works page there aren't any dates. Am I missing something?
Posted 1 year ago # -
Hi Chris, what I wanted to do is to delete the right side-bar with the date in the portfolio page...BUT...I wanted to keep it in the blog page, is it possible to do that?. Now, in the blog page you can see the date in the entry, but not the side-bar.
ThanksPosted 1 year ago # -
Hi,
undo what you previously did.
Now add this to your custom.css
.single-portfolio .blog-meta{ display:none; }Posted 1 year ago # -
Hi,
I already undid what I previously did. BUT, should I paste this new code in custom.css or could I paste it in style.css?. If I have to paste in custom css, can I make it directly in wordpress, how?.
Because if I have to do it in custom.css, I have to re-install flashlight after adding this code and I will lost some changes I previously did. Is it right?.
ThanksPosted 1 year ago # -
You can add it to style.css too. Maybe you need to use following code instead:
.single-portfolio .blog-meta{
display:none !important;
}Posted 1 year ago # -
Now it is solved, thank you!!!.
Posted 1 year ago # -
Glad that I could help you :)
Posted 1 year ago # -
This isn't working for me. I added the following to both the custom.css AND the style.css.
Would someone help me with this? Thank you!
.single-portfolio .blog-meta{
display: none;
}.single-portfolio .blog-meta{
display:none !important;
}Posted 1 year ago # -
Where do you want to hide the post meta data? The code above will hide it on single portfolio entry pages (which works for me - see eg: http://elizabethray.com/portfolio-item/portraits/ ). Maybe you need to clear the browser cache to see the changes?
Posted 1 year ago #
Reply
You must log in to post.














