popsitivity
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Remove posted in 'category' from twenty eleven theme…
it works only on some posts..
not all of them.Forum: Themes and Templates
In reply to: Remove posted in 'category' from twenty eleven themeyuppie!
got it.
thank you ChristiNi.
you’ve been really kind.Forum: Themes and Templates
In reply to: Post Formats name shown in blog page.HELP!
i can see those little capital letters descriptions even in each category page.
CATEGORY ARCHIVES: POP TUNES
do you mind help me to let them hidden?
thanks.
Forum: Themes and Templates
In reply to: Remove posted in 'category' from twenty eleven themenope.
is your code colliding with this}
.entry-meta
{
display:none;
}which is the last part of my content section in style.css?
i tried to add it at thend of style.css, nothing changed.
i tried to attach your lines after it (nothing happened) and at its place (both informations, category and date, come back on my blog after posts.)Forum: Themes and Templates
In reply to: Remove posted in 'category' from twenty eleven themeis there a specific line of my child theme style.css file i shoul add it to?
sorry if asking a lot, but it would be really good to handle how to display only date.thanks.
Forum: Themes and Templates
In reply to: Remove posted in 'category' from twenty eleven themei can’t see the first line i have to remove from my homepage.
and wich is the homepage file?do i have to remove this:
.cat-links,
footer.entry-meta
{
display:none;
}from content-single.php
or single.php?Forum: Themes and Templates
In reply to: Remove posted in 'category' from twenty eleven themei would post you my blog link but i uploaded an ‘undercostruction’ page via a plugin, while working on it.
Forum: Themes and Templates
In reply to: Remove posted in 'category' from twenty eleven themeok. i tried again and it worked. but it removed all informations. i would like to keep posted on ‘date’ visible and just hide posted in ‘category’.
can i prevent date from being hidden?Forum: Themes and Templates
In reply to: Post Formats name shown in blog page.GRREAT! it worked using your oneshot-onekill method in style.css
i removed this:
.entry-header .entry-format {
color: #666;
font-size: 10px;
font-weight: 500;
letter-spacing: 0.1em;
line-height: 2.6em;
position: absolute;
text-transform: uppercase;
top: -5px;
}and added:
.entry-header .entry-format {
display: none;
}thank you.
Forum: Themes and Templates
In reply to: Remove posted in 'category' from twenty eleven themei tried with with it but doesn’t work. where do i have to put it in style.css? i tried just adding it at the end but, as i said, nothing changed.