ifly333
Forum Replies Created
-
nevermind, im slow…I found it.
Forum: Themes and Templates
In reply to: [Spun] How to remove Author, date time from posts?Fixed it!
I installed a different theme and activated it and tested to see if i could edit the style.css and it worked. So i loaded Spun theme back on and now it works….weird.
Thanks for the help!
Forum: Themes and Templates
In reply to: [Spun] How to remove Author, date time from posts?made a child theme from Spun and tried to edit that style.css, and still nothing at all will change. Is there some stupid permissions thing im missing? I can delete a huge chunk of the parent style.css and nothing happens…its like im editing the wrong theme but I know im not.
Any help? anyone? Im feeling really dumb right now.
Forum: Themes and Templates
In reply to: [Spun] How to remove Author, date time from posts?installed the plugin, added the code to the custom css section, but still doesnt change anything…hmmmm
Forum: Themes and Templates
In reply to: [Spun] How to remove Author, date time from posts?I put this in the style.css but it didnt do anything
}
.entry-author-link,
.entry-permalink,
.entry-date,
.entry-meta,
display: none;
}