Need Help with Custom CSS
-
I have Custom Design package for the Adelle theme and want to add a copyright footer. Delete the squiggly lines under each widget in the sidebar and remove the dates from each post and on the homepage. Help!
The blog I need help with is: (visible only to logged in users)
-
I don’t help with CSS editing. I can however provide the Adelle stylesheet link for you so you can locate the required selectors while you wait for assistance. https://wpcom-themes.svn.automattic.com/adelle/style.css
-
Sorry for not seeing this sooner!
add a copyright footer
This will add text to the footer line:
.site-info:after {
display: inline;
content: “Copyright 2013 Me.”;
}Delete the squiggly lines under each widget in the sidebar
.widget { background: none; }remove the dates from each post and on the homepage
.post-date { display: none; }
- The topic ‘Need Help with Custom CSS’ is closed to new replies.