Mixfolio front page question
-
Hello, I’m setting up a portfolio style site. My problem is I don’t want the date of the post to list upon rollover. I’ve plugged in other codes to CSS, and previewed with little to no result. The following webpage lists posts without a visible date:
avenue9graphic.wordpress.com
I’d simply like to replicate this effect.
Thanks in advance!
The blog I need help with is: (visible only to logged in users)
-
@joeybeats, I see you have hidden the date with the following CSS:
.entry-meta { display: none; }I also see you have that twice in your custom CSS. To keep possible conflicts from occurring, I suggest deleting one of the rules.
Your site is looking great. I like the gridded background you are using.
-
Sacred path,
Thanks for the reply but you’ve misread my question. The link listed is not my site. I simply want to know how the blogger in the link hid their dates on posts.
How do I achieve this (like the linked blog) using CSS?
Thanks again
-
Sorry about that. Add the following to get rid of the date.
.posted-on { display: none; } -
sacredpath,
thanks again. I must be doing something wrong. My dates don’t disappear on rollover after I insert the code you’ve provided.
Must I add more to my CSS edit sheet? All that’s included is the code I pasted in from you. Do I need more?
-
Oh man I was working on the single post pages and now I see you are talking about the main page. Add the following to remove the date on rollover from the main page.
.postdate { display: none; } -
-
- The topic ‘Mixfolio front page question’ is closed to new replies.