Custom CSS in Splendio?
-
Hi, I wanted to use custom CSS to remove the dates from my posts and I wanted to test to make sure it worked on Splendio before buying the custom design upgrade. If so, is this the code I use on the Customize page within the admin?
.entry-meta {
display: none;
}I’m also wondering if, with the upgrade, I could embed custom widgets within a post and not just on the side? Specifically, there is a registration box or survey I wanted to embed within a post.
Thank you for your help!
-Leila
The blog I need help with is: (visible only to logged in users)
-
a) The code you pasted will remove the category, tag and comment links from the bottom of the post. You need this instead:
.entry-date { display: none; }b) Embedding custom widgets isn’t a CSS issue. To embed a widget in a post, you would have to add code in the post editor, not the CSS editor. A plain flash widget would be possible, but a “registration box” or “survey” is almost certainly a javascript or iframe code, and on wordpress.com we’re not allowed to use these types of code.
-
What were you trying to add? Maybe it’s something that could be added to a post without using a widget.
- The topic ‘Custom CSS in Splendio?’ is closed to new replies.