deathmoth
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Theme: Twenty Eleven] Google Analytics code?thanks mate. i got that up and running. hopefully it all works 🙂
just removed the whole thing within that h3 class and it was done
thanks for your help
so i just remove the word ‘Featured’ in that tag?
sorry, i’m a bit of a noob
Forum: Themes and Templates
In reply to: [Theme: Twenty Eleven] Posts & Front same page?thanks. such a simple fix. i already worked that out but i feel like a moron for asking :/
Forum: Themes and Templates
In reply to: Change heading size only on Default Pages – Twenty Elevenis there a condition i can change here?
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <header class="entry-header"> <?php if ( is_front_page() ) { ?> <h2 class="entry-title"></h2> <?php } else { ?> <h1 class="entry-title"><?php the_title(); ?></h1> <?php } ?> </header><!-- .entry-header -->Forum: Themes and Templates
In reply to: Change heading size only on Default Pages – Twenty Eleveni’ve been working on this and i’ve found these in my child theme:
/* Change font size of blog post title */ .entry-title, .entry-title a { font-size: 14px; }and
/* Center Align Page titles */ .entry-title { clear: both; text-align: center; }The font size one seems to change the size of blog post titles and titles of pages with the Sidebar template. The center align one seems to be center aligning all page titles. and when i use
.entry-title { display: none; }all blog post and page titles, regardless of template, disappear.
why does the .entry-title tag seem to only work sometimes for different templates
Forum: Themes and Templates
In reply to: Change heading size only on Default Pages – Twenty Elevensorry but i can’t seem to work that one out, what you’re saying kind of makes sense to me, but being a n00b isn’t helping.
can anyone be more specific? perhaps someone who knows the twenty eleven css well? 🙂
Forum: Themes and Templates
In reply to: Change heading size only on Default Pages – Twenty Eleventhanks for your advice. i’m a bit of a n00b but i’ll try to nut it out from what you’ve said. thanks.
Forum: Themes and Templates
In reply to: Change heading size only on Default Pages – Twenty Eleveni am working on a child theme.
anyone else?
Forum: Themes and Templates
In reply to: Strange horizontal line on Twenty Eleven pagesscrap that. i got it.
i just pasted that rule in and made border-bottom: 0px
🙂
Forum: Themes and Templates
In reply to: Strange horizontal line on Twenty Eleven pagesthanks so much. i’m working with a child theme, as a bit of a noob, do i have have to just copy those rule sets into my child theme and edit them?
Forum: Fixing WordPress
In reply to: Several Twenty Eleven mod questionsbump.
no one can help? 🙂
Forum: Themes and Templates
In reply to: Fill whole title space with image – TwentyEleventhanks mate.
i don’t know what happened between me going to sleep and me waking up but now the title image is gone (title, site title, as opposed to header image) but i like it that way haha. whatever has happened during the night is cool with me 🙂
Forum: Themes and Templates
In reply to: Post/Content seperate from Sidebari guess what i really mean is: can i make it so that the sidebar doesn’t occur within the actually content box?
if that makes any sense?
please help, i’m slugging away. Every time i make a successful css change i basically have a party.🙂
Forum: Themes and Templates
In reply to: Can't nail this menu. Please Helpa couple of things i’d like to clear up.
re: how high the menu is, i meant, the height of the menu. i assume the menu is a box, i want to make that box not as high/tall/whatever.
and re: centering. I meant am i able to center the text within the menu. obviously the menu is already centered.
thanks again